Client: {{ $activity->event_name }}
Meeting Type: {{ $activity->meeting_type }}
Status: {{ $activity->status }}
Employees:
Link: {{ $activity->link }}
@endif @if($activity->location !== null)Location: {{ $activity->location }}
@endif @if($activity->travel_time !== null)Travel Time: {{ $activity->travel_time }}
@endifDescription: {{ $activity->description }}
Start date: {{ $activity->formatted_start_time }}
End date: {{ $activity->formatted_end_time }}