{{ __("web.checkout our amazing offers") }}

{{ __("web.Offer and Promotions") }}

@if($offers->count()) @foreach($offers as $offer)
{{ __("web.Valid Untill") }}
{{date('d M y',strtotime($offer->start_from))}} - {{date('d M y',strtotime($offer->valid_untill))}}

{{$offer->translation()->title}}

{{$offer->translation()->short_description}}

{{ __("web.from") }} {{ __("web.QAR") }} {{$offer->price}} / {{ __("web.night") }}

@endforeach @else
@endif