@extends('layouts.main') @section('title', 'Nomadic-Events') @section('content')
{{date('l, d M',strtotime($event->event_date))}} AT {{date('h:i A',strtotime($event->event_time))}}
{{$event->event_type}}
@endif @if($event->event_type=='location' && $event->address!=''){{$event->address}}
@endif