@php $translation = $row->translateOrOrigin(app()->getLocale()); @endphp
{!! clean($translation->title) !!}
{!! clean($translation->title) !!}
{{ __("From") }} {{ $row->display_sale_price }} {{ $row->display_price }}
@if(!empty($row->location->name)) @php $location = $row->location->translateOrOrigin(app()->getLocale()); @endphp
{{$location->name ?? ''}}
@endif
@if($row->is_featured == "1") {{ __("Featured") }} @endif @if($row->discount_percent) {{$row->discount_percent}} @endif
@if(!empty($row->location->name)) @php $location = $row->location->translateOrOrigin(app()->getLocale()) @endphp {{$location->name ?? ''}} @endif
{!! clean($translation->title) !!}
@if(setting_item('tour_enable_review')) @php $reviewData = $row->getScoreReview(); $score_total = $reviewData['score_total']; @endphp {{ $score_total }}/5 {{ $reviewData['review_text'] }} @if($reviewData['total_review'] > 1) {{ __(":number reviews",["number"=>$reviewData['total_review'] ]) }} @else {{ __(":number review",["number"=>$reviewData['total_review'] ]) }} @endif @endif
{{__("from")}}
{{ $row->display_sale_price }} {{ $row->display_price }}
  • {{$row->passenger}} {{ __("Seats") }}
  • {{$row->gear}}
  • {{$row->baggage}} {{__("Baggage")}}
  • {{$row->door}} {{__("Door")}}