@if(!$itenary->overnight_travelling)
@if(!is_null($itenary->additional_hotels) && count($itenary->additional_hotels))
|
Hotel Name |
Details |
@if(optional($itenary->hotels)->discount_request =='1')
Discount Requested
@else
Discount Request
@endif
|
Action |
@endif
@if(!is_null($itenary->additional_hotels) && count($itenary->additional_hotels))
@include('Packages.partials.hotel_row', ['itenary' => $itenary, 'key' => $key])
@else
No Hotels available. |
@endif
@endif