@if($row->is_featured == "1") @endif
@if($row->image_url) @endif
@if(!empty($row->location->name)) {{__("Location")}}: {{$row->location->name ?? ''}} @endif
{{__("Address")}}: {{$row->address ?? ''}}
{{__("Status")}}: {{ $row->status }}
{{__("from")}}
{{ $row->display_sale_price }} {{ $row->display_price }}
@if($row->discount_percent)
{{$row->discount_percent}}
@endif
{{__("View")}} @if(Auth::user()->hasPermissionTo('tour_update')) id)}}" class="btn btn-warning">{{__("Edit")}} @endif @if(Auth::user()->hasPermissionTo('tour_delete')) id)}}" class="btn btn-danger">{{__("Del")}} @endif