{{ __('Videos') }}

Video List

Add New Video
@if (session('success'))
{{ session('success') }}
@endif
@foreach ($videos as $video) @endforeach
Category Heading Video URL Date/Time Description Actions
{{ ucfirst($video->category) }} {{ $video->heading }} View {{ $video->date_time->format('M d, Y H:i') }} {{ Str::limit($video->description, 50) }} Edit
@csrf @method('DELETE')