@component('layouts.app') @section('title','Detail Layanan') @section('ContentMenu','Detail Layanan') @section('subHeader') {{--
--}} @endsection @section('content')

Detail Layanan

{{ $data->data->name }}
{!!htmlspecialchars_decode($data->data->desc_id)!!}
{!!htmlspecialchars_decode($data->data->desc_en)!!}
@if (env('APP_ENV') == 'local') Pic @else Pic @endif {{-- --}}
@endsection @section('script') @endsection @endcomponent