@include('partials.dashboard.head') @include('partials.dashboard.sidebar', ['page' => 'cooperations']) @include('partials.dashboard.header')
{{$title}}
@csrf
@error('name') {{$message}} @enderror
@error('start_date') {{$message}} @enderror
@error('end_date') {{$message}} @enderror
@error('media_ids') {{ $message }} @enderror
@error('image') {{$message}} @enderror
@error('required_reports') {{$message}} @enderror

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