@php $translation = $row->translateOrOrigin(app()->getLocale()); @endphp
@if($row->is_featured == "1") @endif
@if($row->discount_percent)
{{$row->discount_percent}}
@endif @if($row->image_url) @if(!empty($disable_lazyload)) {{$location->name ?? ''}} @else {!! get_image_tag($row->image_id,'medium',['class'=>'img-responsive','alt'=>$row->title]) !!} @endif @endif
@if(!empty($row->from_location_id)) {{$row->name_from ?? ''}} من مدينة , {{$row->name_to ?? ''}} الي مدينه @endif
@if(!empty($row->to_location_id)) {{$row->airport_from ?? ''}} , {{$row->airport_to ?? ''}} @endif
{{$translation->title}}
@if(setting_item('flight_enable_review'))