@include('partials.dashboard.head') @include('partials.dashboard.sidebar', ['page' => 'government_agencies']) @include('partials.dashboard.header')
{{--
Personal Information

Basic info, like your name and address, that you use on Nio Platform.

--}}
Nama OPD {{$governmentAgency->name}}
Singkatan Nama {{$governmentAgency->short_name ?? '-'}}
Lokasi {{$governmentAgency->location ?? '-'}}
Isu @if ($governmentAgency->issues->count() > 0) {{$governmentAgency->issues->count()}} @else {{$governmentAgency->issues->count()}} @endif
Dibuat Pada {{idn_date($governmentAgency->created_at, 'l, d F Y')}}
{{--
--}}
Deskripsi
{!!$governmentAgency->description ?? '-' !!}

@include('partials.dashboard.footer', ['rich_editor' => false])