@if($row->is_featured == "1")
{{__("Featured")}}
@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
@if(setting_item('flight_enable_review'))