Video Management
@if (session('success'))
{{ session('success') }}
@endif
| # | Category | Highlight | Heading | Video URL | Date Time | Description | Actions |
|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $video->category }} | @if($video->hightlight == 1) High @else Normal @endif | {{Str::limit($video->heading, 15)}} | {{ Str::limit($video->video_url, 30) }} | {{ \Carbon\Carbon::parse($video->date_time)->format('d-m-Y') }} | {{ Str::limit($video->description, 15) }} |