@include('partials.dashboard.head') @include('partials.dashboard.sidebar', ['page' => 'content_recaps']) @include('partials.dashboard.header')
{{$title}}
@foreach ($errors->all() as $item) {{$item}} @endforeach
@csrf
@error('title') {{$message}} @enderror
@error('link') {{$message}} @enderror
@error('classification') {{$message}} @enderror
@error('posted_date') {{$message}} @enderror

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