@extends('admin.layouts.app') @section('content')
Title | Video | Description | Status | Actions |
---|---|---|---|---|
{{ $video->title }} | @if ($video->video_file) View Video @else N/A @endif | {{ $video->description ? Str::limit($video->description, 50) : 'N/A' }} | {{ $video->is_active ? 'Active' : 'Inactive' }} | |
No videos found. |