@if($row->discount_percent)
{{$row->discount_percent}}
@endif
@if($row->is_featured == "1") @endif
@if(!empty($row->location->name)) {{__("Location")}}: {{$row->location->name ?? ''}} @endif
{{__("Price")}}: {{ $row->display_sale_price_admin }} {{ $row->display_price_admin }}
{{__("Status")}}: {{ $row->status_text }}
{{__("Last Updated")}}: {{ display_datetime($row->updated_at ?? $row->created_at) }}