@include('partials.dashboard.head') @include('partials.dashboard.sidebar', ['page' => 'cooperations']) @include('partials.dashboard.header')
{{--
Personal Information

Basic info, like your name and address, that you use on Nio Platform.

--}}
Nama Kegiatan {{$mediaCooperation->name}}
Diunggah Pada {{idn_date($mediaCooperation->created_at, 'l, d F Y')}}
Tanggal Mulai Pengajuan {{idn_date($mediaCooperation->start_date, 'l, d F Y')}}
Tanggal Akhir Pengajuan {{idn_date($mediaCooperation->end_date, 'l, d F Y')}}
{{--
--}}
Deskripsi
{!!$mediaCooperation->description!!}
Banner
@if (filled($mediaCooperation->banner)) Banner @else
Tidak ada banner
@endif
@if (filled($mediaCooperation->offer_file_template)) @else - @endif

Kembali @if (is_role(['1'])) Ubah @endif
@if (is_role(['1']))
No Nama Media Nama Perusahaan Email Tipe Klasifikasi Status
@endif
@include('partials.dashboard.footer', ['rich_editor' => false, 'datatable' => 'cooperation_media'])