@section('breadcrumbs') @endsection @section('content')
Data {{ ucwords(str_replace('-', ' ', $table )) }}
Tambah @include('layouts.modals.delete-selected', ['table' => $table])
@foreach($jadwals as $index => $item) @endforeach
No Command Keterangan Timezone Jam Aksi
{{ $index + 1 }} {{ $item->command }} {{ $item->keterangan }} {{ $item->timezone }} {{ $item->jam }} @include('layouts.modals.delete', ['table' => $table , 'data' => $item])
@endsection @push('scripts') @include('layouts.includes._scripts-datatable') @include('layouts.includes._scripts-bulk', ['table' => $table]) @endpush