@include('titan::admin.partials.info')
| Name |
Category |
Image |
Created |
Action |
@foreach ($items as $item)
| {{ $item->name }} {{ $item->is_cover? '(Cover)':'' }} |
{{ ($item->photoable)? $item->photoable->name:'' }} |
|
{{ $item->created_at->format('d M Y') }} |
{!! action_row($selectedNavigation->url, $item->id, $item->name, ['delete']) !!} |
@endforeach