@foreach ($data['items'] ?? [] as $itemourHotel)

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

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

@if (isset($itemourHotel['facility']['room']))
{{ asset('images/group/Door.svg') }}

Number of rooms :

{{ $itemourHotel['facility']['room'] ?? '' }}

@endif @if (isset($itemourHotel['facility']['parking']))
{{ asset('images/group/Parking Area.svg') }}

Parking Lot :

{{ $itemourHotel['facility']['parking'] ?? '' }}

@endif @if (isset($itemourHotel['facility']['power']))
{{ asset('images/group/People.svg') }}

Manpower:

{{ $itemourHotel['facility']['power'] ?? '' }}

@endif
View {{ $itemourHotel['title'] ?? '' }}
{{ $itemourHotel['title'] ?? '' }}
@endforeach