@extends('layouts.master') @section('title') {{$title}} @lang('translation.starter') @endsection @section('content') @component('components.breadcrumb') @slot('li_1') Pages @endslot @slot('title') {{$title}} @endslot @endcomponent

List {{ $title }}

@can('master_hari_libur_create') Create @endcan
@foreach ($prods as $item) @endforeach
Tanggal Keterangan Action
{{ date('d F Y',strtotime($item->tanggal)) }} {{ $item->keterangan }}
@can('master_hari_libur_update') @endcan @can('master_hari_libur_delete')
@csrf @method('DELETE')
@endcan
@endsection @section('script') @include('datatable') @endsection