@extends('layouts.app') @section('content')
Date: {{ \Carbon\Carbon::parse($techEvent->start_date)->format('M d, Y') }} @if($techEvent->end_date && $techEvent->end_date != $techEvent->start_date) - {{ \Carbon\Carbon::parse($techEvent->end_date)->format('M d, Y') }} @endif
Time: {{ $techEvent->event_time ?? '-' }}
Location: {{ $techEvent->location ?? '-' }}
{{ $techEvent->description }}