@include('admin.inc.head')
@if (session('success')) @endif @if ($errors->has('error_message')) @endif
All Images
{{ count($media) }}
@forelse (@$media as $med) @empty @endforelse
# URL Image Created at Actions
#{{ $loop->iteration }} {{ $med->url }} {{ \Carbon\Carbon::parse($med->created_at)->format('d M, Y') }} Trash
Nothing to Show
@include('admin.inc.footer')