Image List
@can('photo_add') Add Image @endcan
@canany(['photo_view','photo_edit','photo_delete']) @endcan @foreach ($gallery as $key => $gallery) @endforeach
# Title Image StatusAction
{{$key+1}} {{$gallery->title}} image {{$gallery->status == 1 ? 'Active' : 'De-active'}}
@can('photo_view') @endcan @can('photo_edit') @endcan @can('photo_delete')
@method('DELETE') @csrf
@endcan