@php
$options = [
'publish' => [
"" => "Semua",
"1" => "Publish",
"2" => "Draft",
]
];
$headers = json_encode([
'#No'=> 'no',
'Image' => 'image',
'Title' => 'title',
'Status' => 'status',
'Tanggal Dibuat' => 'created_at',
'#' => 'action'
]);
@endphp
@endsection