@isset($error_message) @if($error_message)
{{$error_message}}
@endif @endisset @isset($items) @foreach($items as $item)
city : {{$item['city']}}
The most popular hotel in [{{$item['city']}}] is [{{$item['cheapest_hotel']['hotel_name']}}]. Book now for [{{$item['cheapest_hotel']['min_rate']}}]
The cheapest hotel in [{{$item['city']}}] is [{{$item['popular_hotel']['hotel_name']}}] . Book now for [{{$item['popular_hotel']['min_rate']}}]
@endforeach @endisset