@extends('layouts.app' ,['header' => 'event' , 'header_image' => false]) @section('content')
@php $event = auth()->user()->joinedEvents->first()->event; @endphp

Host code :

{{ $event->event_code }}

Host Name : {{ $event->hosted_by }}

Date: {{ getEventDateFormat($event->start_date) }} thru {{ getEventDateFormat($event->end_date) }}

{{--

Date : {{ Carbon::parse($event->start_date)->format('d/m/y') }} to {{ $event->end_date }}

--}}

Event Details

It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here' The point of using Lorem Ipsum is that it The point of using Lorem Ipsum is that it has to be Lorem Ipsum is that it The point of using Lorem Ipsum is that it has

Continue
Loading...
@endsection @push('scripts') @endpush