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

Masukkan informasi yang diperlukan untuk membuat klasifikasi.

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

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