@include('user.headlink') @include('admin.head_sidebar')
@if (session('success')) @endif
@foreach ($videos as $index => $video) @endforeach
# 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) }}
@csrf @method('DELETE')