@extends('layouts.admin') @section('header', 'Hero Video Cards') @section('content')
| Order | Thumbnail | Title | Video URL | Status | Actions |
|---|---|---|---|---|---|
| {{ $video->sort_order }} |
@if($video->thumbnail)
No Thumb
@endif
|
{{ $video->title }} | {{ Str::limit($video->video_url, 40) }} | {{ $video->is_active ? 'Active' : 'Inactive' }} | Edit |
| No video cards yet. Add one to start the homepage carousel! | |||||