@php $lastIndex = count($data['item_row']) - 1 @endphp @if (request()->routeIs('jakarta*')) @php $message = 'Hai Kimaya Slipi Jakarta by Harris, I want to make a reservation / Hai Kimaya Slipi Jakarta Halo, saya ingin memesan kamar hotel.%0A%0A' . urlencode($nama) . '%0A' . urlencode($noTlp) . '%0A' . urlencode($tanggal) . '%0A' . urlencode($tipeKamar) . '%0A' . urlencode($keterangan); @endphp @endif @if (request()->routeIs('bandung*')) @php $message = 'Hai Kimaya Braga Bandung by Harris, I want to make a reservation / Hai Kimaya Braga Bandung Halo, saya ingin memesan kamar hotel.%0A%0A' . urlencode($nama) . '%0A' . urlencode($noTlp) . '%0A' . urlencode($tanggal) . '%0A' . urlencode($tipeKamar) . '%0A' . urlencode($keterangan); @endphp @endif @if (request()->routeIs('yogyakarta*')) @php $message = 'Hai Kimaya Sudirman Yogyakarta by Harris, I want to make a reservation / Hai Kimaya Sudirman Yogyakarta Halo, saya ingin memesan kamar hotel.%0A%0A' . urlencode($nama) . '%0A' . urlencode($noTlp) . '%0A' . urlencode($tanggal) . '%0A' . urlencode($tipeKamar) . '%0A' . urlencode($keterangan); @endphp @endif @foreach ($data['item_row'] ?? [] as $key => $SliderRoom) @if ($key % 2 == 0) @php $dataType = 'right'; @endphp @else @php $dataType = 'left'; @endphp @endif

{{ $SliderRoom['title'] ?? '' }}

{{ $SliderRoom['desc'] ?? '' }}

@foreach ($SliderRoom['items'] ?? [] as $itemFacility) @if (!empty($itemFacility['location']) && $itemFacility['location'] != null)

Location :

{!! $itemFacility['location'] ?? '' !!}

@endif @if (!empty($itemFacility['scenery_view']) && $itemFacility['scenery_view'] != null)

Scenery View

{!! $itemFacility['scenery_view'] ?? '' !!}

@endif @if (!empty($itemFacility['rooms']) && $itemFacility['rooms'] != null)

Number of rooms :

{!! $itemFacility['rooms'] ?? '' !!}

@endif @if (!empty($itemFacility['size_room']) && $itemFacility['size_room'] != null)

Size of Room :

{!! $itemFacility['size_room'] ?? '' !!}

@endif @if (!empty($itemFacility['bed_configuration']) && $itemFacility['bed_configuration'] != null)

Bed Configuration :

{!! $itemFacility['bed_configuration'] ?? '' !!}

@endif @if (!empty($itemFacility['connecting_room']) && $itemFacility['connecting_room'] != null)

Connecting room :

{!! $itemFacility['connecting_room'] ?? '' !!}

@endif @if (!empty($itemFacility['capacity']) && $itemFacility['capacity'] != null)

Capacity :

{!! $itemFacility['capacity'] ?? '' !!}

@endif @endforeach
@if (!empty($SliderRoom['button'][0])) Book Now @endif
@foreach ($SliderRoom['style'] ?? [] as $keys => $imageSliderRoom)
{{ $SliderRoom['title'] ?? '' }}
@endforeach
{{ asset('images/arrow_left.svg') }}
{{ asset('images/arrow_right.svg') }}
@if ($dataType == 'right') @push('scripts') @endpush @elseif($dataType == 'left') @push('scripts') @endpush @endif @endforeach @push('scripts') @endpush