@extends('admin.layouts.content') @section('content')
# | Title | Length | Size | Status | Created By | Created At | Action |
---|---|---|---|---|---|---|---|
{!! $loop->iteration !!} | {!! $m->title !!} | {!! $m->is_active ? 'Active' : 'Inactive' !!} | {!! $m->user->full_name !!} | {!! $m->created_at->format('F d, Y h:i A') !!} | @include('components.edit', ['route' => route('Edit Media', ['id' => $m->id])]) | ||
No record(s) found. |