Basic info
Event:
{{ $oe->team_a }} vs {{ $oe->team_b }}
Venue:
{{ $oe->venue_name }}
Venue Address:
{{ $oe->venue_address }} at {{ $oe->start_time }}
Start Date:
{{ $oe->start_date }} at {{ $oe->start_time }}
End Date:
{{ $oe->end_date }} at {{ $oe->end_time }}
Event Visibility:
{{ $oe->event_visibility }}
@foreach($oe->tag as $tag)
#{{ $tag->tag }}
@endforeach