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

Detail Informasi Publik

{{ $data->data->title_id }}
{{ $data->data->title_en }}
{{ $data->data->url }}
{!!htmlspecialchars_decode($data->data->desc_id)!!}
{!!htmlspecialchars_decode($data->data->desc_en)!!}
@endsection @section('script') @endsection @endcomponent