@extends('admin.layouts.app') @php $pageTitle = 'Admin - Video List'; $pageHeading = 'Video List'; $pageSubheading = 'Monitor video status, scan storage, and manage assets.'; @endphp @push('head') @endpush @section('content')
| Title | Status | Provider | Storage | Created At | Action |
|---|---|---|---|---|---|
|
{{ $video->title }} {{ $video->slug }} |
{{ ucfirst($video->status) }} | {{ $video->display_provider }} | {{ $video->display_storage }} | {{ $video->created_at?->format('Y-m-d H:i') }} | |
| Belum ada video. | |||||