@include('partials.dashboard.head') @include('partials.dashboard.sidebar', ['page' => 'government_agencies']) @include('partials.dashboard.header')
{{$title}}
@csrf @method('put')
{!! $governmentAgency->description !!}
@include('partials.dashboard.footer', ['rich_editor' => true])