{{-- --}} @php // print_r($result['custom_page_outlet']);die(); @endphp
@if (isset($result['custom_page_image_header']))
@if (isset($result['custom_page_image_header']))
@endif
@endif @if (isset($result['custom_page_event_date_start']) || isset($result['custom_page_event_location_name']) || isset($result['custom_page_event_location_address']) || isset($result['custom_page_event_location_phone']) || isset($result['custom_page_event_location_map']))
@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
@endif
{!! $result['custom_page_description'] !!}
@if (isset($result['custom_page_video_text']))
@if (isset($result['custom_page_video_text']))
{{ $result['custom_page_video_text'] }} :
@endif @if (isset($result['custom_page_video']))
@else @endif
@endif @if (isset($result['custom_page_outlet_text']))
@if (isset($result['custom_page_outlet_text']))
{{ $result['custom_page_outlet_text'] }} :
@endif @if (isset($result['custom_page_outlet']))
@endif
@endif @if (isset($result['custom_page_product_text']))
@if (isset($result['custom_page_product_text']))
{{ $result['custom_page_product_text'] }} :
@endif @if (isset($result['custom_page_product']))
@endif
@endif
{{ csrf_field() }} @php if (isset($result['custom_page_button_form'])) { $action_type = implode('_', explode(' ', strtolower($result['custom_page_button_form']))); } else { $action_type = null; } if (isset($result['custom_page_button_form_text'])) { $value_action_type = $result['custom_page_button_form_text']; } else { $value_action_type = null; } @endphp {{-- --}}