@extends('admin.layouts.home') @section('title', 'Event Details') @section('styles') @endsection @section('content')
Location: {{ $event->location }}
Date: {{ \Carbon\Carbon::parse($event->event_date)->format('F d, Y') }}
Time: {{ \Carbon\Carbon::parse($event->event_time)->format('h:i A') }}
Attendees: {{ $attendees->count() }}
Interests: {{ $interests->count() }}
Created: {{ $event->created_at->format('M d, Y') }}
{{ $event->description }}
{{ $event->creator->email }}
No attendees yet
@else{{ $attendee->created_at->format('M d, Y') }}
No interests yet
@else{{ $interest->created_at->format('M d, Y') }}