@include('Partials.sidebar')
@include('Partials.header')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Event

Event

@csrf



@php $index = 0; @endphp





@php $VideoIndex = 0; @endphp


@include('Partials.footer')