@extends('backend.template.layouts.template-base') @section('title') Video Gallery | {{ config('app.name') }} @endsection @section('content')

Video Gallery

@can('readVideo', \App\Models\Gallery::class) @endcan
@endsection @section('scripts') @endsection