@extends('layouts.admin-layout') @section('title', 'Events Page') @section('content')
@csrf

Events Page CMS

{{-- PAGE HEADING --}}
{{-- SUB HEADING --}}
{{-- EVENT VIDEO UPLOAD --}}
{{-- --}} {{-- @if(!empty($pageVideo)) @else @endif --}}
{{-- SAVE BUTTON --}}
@endsection @section('script') @endsection