@include('partials.dashboard.head') @include('partials.dashboard.sidebar', ['page' => 'government_agencies']) @include('partials.dashboard.header')
Buat OPD Baru

Masukkan informasi yang diperlukan untuk membuat OPD.

@csrf
@error('name') {{$message}} @enderror
@error('short_name') {{$message}} @enderror
@error('location') {{$message}} @enderror
@error('description') {{$message}} @enderror

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