@include('common/header')
Event Setting
View Listing
@if(Session::has('msg'))
{{ Session::get('msg')}}
@endif @if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf
Event Title
Date
Time
Duration
Event Thithi
Youtube Link
Enter Description
Event Image
@if(!empty($data->image))
@endif
Cancel
@include('common/footer')