@extends('backend.template.layouts.template-base') @section('title') Video Gallery | {{ config('app.name') }} @endsection @section('content') Video Gallery @can('readVideo', \App\Models\Gallery::class) Add @endcan @csrf @forelse ($galleries as $gallery) id }}> Video Title @error('title') {{ $message }} @enderror Thumbnail Image* @if ($gallery->thumbnail) @endif Video Youtube URL* @can('deleteImage', \App\Models\Gallery::class) @endcan @empty Video Title * @error('title') {{ $message }} @enderror Thumbnail Image * Video Youtube URL* @endforelse Submit @endsection @section('scripts') @endsection