@extends('layouts.admin-layout') @section('title', 'All Galleries') @section('content')
@csrf

Galleries Section

@php $galleryPage = \App\Models\Pages::where('name', 'Gallery')->first(); $videoUrl = $galleryPage ? $galleryPage->getFirstMediaUrl('gallery_banner_video') : null; @endphp {{--
--}}
@endsection @section('script') @endsection