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

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