@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('galeri_foto_create') Create @endcan
@foreach ($prods as $item) @endforeach
Foto Tanggal Judul Status Action
{{ date('d-m-Y',strtotime($item->tanggal)) }} {{ $item->judul }} @if ($item->status==1) Published @else Draft @endif
@can('galeri_foto_update') @endcan @can('galeri_foto_publish') @if ($item->status==1)
@csrf
@else
@csrf
@endif @endcan @can('galeri_foto_delete')
@csrf @method('DELETE')
@endcan
@endsection @section('script') @include('datatable') @endsection