Video Training Library

@can('video-training-video.create') + Add Video @endcan
@foreach($videos as $index => $video) @endforeach
# Title Type Status Action
{{ $index+1 }} {{ $video->title }} {{ ucfirst(str_replace('_',' ',$video->video_type)) }}
published ? 'checked' : '' }}>

Video Albums

@can('video-training-video.create') Add Album @endcan
@foreach($albums as $index => $album) {{-- DRAG HANDLE --}} {{-- STATUS --}} {{-- ACTION DROPDOWN --}} @endforeach
Album Videos Published Action
{{ $album->title }}
{{ $album->videos_count }} Videos
published ? 'checked' : '' }}>
@push('scripts') @endpush