@include('partials.dashboard.head') @include('partials.dashboard.sidebar', ['page' => 'classifications']) @include('partials.dashboard.header')
{{$title}}
@csrf @method('put')
{!! $classification->description !!}
@include('partials.dashboard.footer', ['rich_editor' => true])