@extends('layouts.admin.master') @section('title') {{ __('Video Gallery') }} @endsection @push('css') @endpush @section('content') @component('components.breadcrumb') @slot('breadcrumb_title')

{{ __('Video Gallery') }}

@endslot @endcomponent
{{ __('Video') }}
@push('scripts') @endpush @endsection