@if (isset($result['custom_page_event_date_start']))
@if ($result['custom_page_event_date_start'] == $result['custom_page_event_date_end'])
TANGGAL
{{ date('d F Y', strtotime($result['custom_page_event_date_start'])) }}
@else
TANGGAL
{{ date('d F', strtotime($result['custom_page_event_date_start'])) }} - {{ date('d F Y', strtotime($result['custom_page_event_date_end'])) }}
@endif
@endif
@if (isset($result['custom_page_event_time_start']))
@if ($result['custom_page_event_time_start'] == $result['custom_page_event_time_end'])
JAM
{{ date('H:i', strtotime($result['custom_page_event_time_start'])) }}
@else
JAM
{{ date('H:i', strtotime($result['custom_page_event_time_start'])) }} - {{ date('H:i', strtotime($result['custom_page_event_time_end'])) }}
@endif
@endif
@if (isset($result['custom_page_event_location_name']))
LOKASI
{{ $result['custom_page_event_location_name'] }}
@endif
@if (isset($result['custom_page_event_location_address']))
ALAMAT
{{ $result['custom_page_event_location_address'] }}
@endif
@if (isset($result['custom_page_event_location_phone']))
TELEPON
{{ $result['custom_page_event_location_phone'] }}
@endif
@if (isset($result['custom_page_event_location_map']))
@endif