@include('partials.dashboard.head') @include('partials.dashboard.sidebar', ['page' => 'sub_classifications']) @include('partials.dashboard.header')
Buat Sub Klasifikasi Baru

Masukkan informasi yang diperlukan untuk membuat sub klasifikasi.

@csrf
@error('name') {{$message}} @enderror
@if ($fromClassification) @else @endif
@error('classification_id') {{$message}} @enderror
@error('status') {{$message}} @enderror
@error('description') {{$message}} @enderror

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