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