{{$tour->name}}

{{Str::limit($tour->small_desc, 140)}}

@if($tour->price_start_from > 0) @if($tour->discount){{getPrice($tour->price_start_from)}} {{getPrice($tour->price_after_discount)}} @else {{getPrice($tour->price_start_from)}}@endif {{getCurrency()}} @endif
{{$tour->img_alt}}
@php if($tour->duration_type == 'Day'){ if($tour->duration <= 1){ $durationText = $tour->duration.' Day '; }else{ $durationText = ($tour->duration - 1).' Nights '.$tour->duration.' Days'; } }else{ $durationText = ($tour->duration - 1).' Hours '; } @endphp

{{$durationText}}