@foreach($events as $e)
@endforeach
{{date('d',strtotime($e->start_date))}}
{{date('F Y',strtotime($e->start_date))}}
{{$e->title}}
{{$e->description}}
{{date('h:i A',strtotime($e->start_time))}} To {{date('h:i A',strtotime($e->end_time))}}
{{$e->address}}