@extends('admin.layout') @section('title', 'Video Gallery') @section('page_heading', 'Video Gallery (YouTube Links)') @section('content')
Drag rows to reorder Add Video
@forelse ($videos as $v) @empty @endforelse
Title URL Published Action
{{ $v->title }} Open {{ $v->is_published ? 'Yes' : 'No' }} Edit
No videos found.
@endsection @push('scripts') @endpush