@if($event->eventVideo->first())
@endif
{{--
--}}
{{--
Host Name : {{ $event->hosted_by }}
--}}
START DATE: {{ getEventDateFormat($event->start_date) }}
END DATE: {{ getEventDateFormat($event->end_date) }}
{{--
Date : {{ Carbon::parse($event->start_date)->format('d/m/y') }} to {{ $event->end_date }}
--}}
Event Description
@include('host.event-new-flow.modal.comon-modal')
{{-- WHEN USER IS JOINING THE EVENT --}}
@if(jsdecode_userdata($join) == 'join_event')
Continue
Loading...
@else
{{-- WHEN USER WANTS TO SIGN UP && WANTS TO PAY ENTRY FEE FOR THE EVENT--}}
Continue
Loading...
@endif