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