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

Event Booking Section

{{--
@php $eventBookingPage = \App\Models\Pages::where('name', 'Event Booking')->first(); $videoUrl = $eventBookingPage ? $eventBookingPage->getFirstMediaUrl('eb_banner_video') : null; @endphp @if ($videoUrl) @else @endif
--}}

@endsection @section('script') @endsection