diff --git a/resources/views/dashboard/reports/create.blade.php b/resources/views/dashboard/reports/create.blade.php
new file mode 100644
index 0000000..349d5e3
--- /dev/null
+++ b/resources/views/dashboard/reports/create.blade.php
@@ -0,0 +1,89 @@
+@include('partials.dashboard.head')
+@include('partials.dashboard.sidebar', ['page' => 'cooperations'])
+@include('partials.dashboard.header')
+
+
+
+
+@include('partials.dashboard.footer', ['rich_editor' => true])
diff --git a/resources/views/dashboard/reports/edit.blade.php b/resources/views/dashboard/reports/edit.blade.php
new file mode 100644
index 0000000..dd06515
--- /dev/null
+++ b/resources/views/dashboard/reports/edit.blade.php
@@ -0,0 +1,89 @@
+@include('partials.dashboard.head')
+@include('partials.dashboard.sidebar', ['page' => 'cooperations'])
+@include('partials.dashboard.header')
+
+
+
+
+
+
+
+
+
+
{{$title}}
+
+
+
+
+
+
+
+
+
+
+
+@include('partials.dashboard.footer', ['rich_editor' => true])
diff --git a/resources/views/dashboard/reports/reject.blade.php b/resources/views/dashboard/reports/reject.blade.php
new file mode 100644
index 0000000..7ee2069
--- /dev/null
+++ b/resources/views/dashboard/reports/reject.blade.php
@@ -0,0 +1,141 @@
+@include('partials.dashboard.head')
+@include('partials.dashboard.sidebar', ['page' => 'media_monitorings'])
+@include('partials.dashboard.header')
+
+
+
+
+
+
+
+
+
+
+
+
+ {{--
+
Personal Information
+
Basic info, like your name and address, that you use on Nio Platform.
+
--}}
+
+
+
+ Judul Konten
+ {{$report->title}}
+
+
+
+
+ Tanggal Publikasi
+ {{idn_date($report->publication_date, 'l, d F Y')}}
+
+
+
+
+
Link
+
+ @if ($report->link != '' || $mediaMonitoring != null)
+ {{$report->link}}
+ @else
+ -
+ @endif
+
+
+
+
+
+ Status
+
+ @if ($report->status === '0')
+ Menunggu
+ @elseif($report->status === '1')
+ Menerima
+ @elseif($report->status === '2')
+ Menolak
+ @else
+ Tidak Diketahui
+ @endif
+
+
+
+
+
+
+
+ Deskripsi
+
+
+
+
+ {!!$report->description!!}
+
+
+
+
+
+
+ Gambar
+
+
+
+
+ @if (is_file_exists('uploads/reports/'.$report->proof))
+
}})
+ @else
+ Tidak ada gambar
+ @endif
+
+
+
+
+
+
+
+
+
+
+
+ {{-- {{dd($mediaCooperationPivot->status != '0')}} --}}
+
+
+
+
+
+
+
+
+
+@include('partials.dashboard.footer', ['rich_editor' => false])
diff --git a/resources/views/dashboard/reports/show.blade.php b/resources/views/dashboard/reports/show.blade.php
new file mode 100644
index 0000000..8478025
--- /dev/null
+++ b/resources/views/dashboard/reports/show.blade.php
@@ -0,0 +1,147 @@
+@include('partials.dashboard.head')
+@include('partials.dashboard.sidebar', ['page' => 'media_monitorings'])
+@include('partials.dashboard.header')
+
+
+
+
+
+
+
+
+
+
+
+
+ {{--
+
Personal Information
+
Basic info, like your name and address, that you use on Nio Platform.
+
--}}
+
+
+
+ Judul Konten
+ {{$report->title}}
+
+
+
+
+ Tanggal Publikasi
+ {{idn_date($report->publication_date, 'l, d F Y')}}
+
+
+
+
+
Link
+
+ @if ($report->link != '' || $mediaMonitoring != null)
+ {{$report->link}}
+ @else
+ -
+ @endif
+
+
+
+
+
+ Status
+
+ @if ($report->status === '0')
+ Menunggu
+ @elseif($report->status === '1')
+ Menerima
+ @elseif($report->status === '2')
+ Menolak
+ @else
+ Tidak Diketahui
+ @endif
+
+
+
+
+
+
+
+ Deskripsi
+
+
+
+
+ {!!$report->description!!}
+
+
+
+
+
+
+ Gambar
+
+
+
+
+ @if (is_file_exists('uploads/reports/'.$report->proof))
+
}})
+ @else
+ Tidak ada gambar
+ @endif
+
+
+
+
+ @if ($report->status !== '2')
+
+ @if (is_role(['3']))
+
Kembali
+ @else
+
Kembali
+ @endif
+
+ @endif
+
+
+
+
+ @if ($report->status === '2')
+
+
+
+ {{-- {{dd($mediaCooperationPivot->status != '0')}} --}}
+
+
+
+ @endif
+
+
+
+
+
+
+@include('partials.dashboard.footer', ['rich_editor' => false])
diff --git a/resources/views/partials/app/datatable.blade.php b/resources/views/partials/app/datatable.blade.php
index e7f77bb..519cf25 100644
--- a/resources/views/partials/app/datatable.blade.php
+++ b/resources/views/partials/app/datatable.blade.php
@@ -429,7 +429,6 @@
{ data: 'name', name: 'name' },
{ data: 'start_date', name: 'start_date' },
{ data: 'end_date', name: 'end_date' },
- { data: 'posted_at', name: 'posted_at' },
{ data: 'status', name: 'status' },
{ data: 'action', name: 'action', orderable: false, searchable: false },
{ data: 'created_at', name: 'created_at', visible: false },
@@ -537,6 +536,61 @@
@endif
+@if ($datatable === 'admin_media_report')
+
+@endif
+
+@if ($datatable === 'media_report')
+
+@endif
+
@if ($datatable === 'content_recap')