@include('partials.dashboard.head') @include('partials.dashboard.sidebar', ['page' => 'classifications']) @include('partials.dashboard.header')
{{$title}}
@csrf @method('put')
@error('name') {{$message}} @enderror

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