@include('partials.dashboard.head') @include('partials.dashboard.sidebar', ['page' => 'content_recaps']) @include('partials.dashboard.header')
{{$title}}
@foreach ($errors->all() as $item) {{$item}} @endforeach
@csrf
@include('partials.dashboard.footer', ['rich_editor' => true])