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

@if (request()->query('show')) Kembali @else Kembali @endif
@include('partials.dashboard.footer', ['rich_editor' => true])