@include('partials.dashboard.head') @include('partials.dashboard.sidebar', ['page' => 'cooperations']) @include('partials.dashboard.header')
{{$title}}
@csrf
@error('title') {{$message}} @enderror
@error('publication_date') {{$message}} @enderror
@error('link') {{$message}} @enderror
@error('proof') {{$message}} @enderror

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