@foreach ($antique_data as $at) @if($at->url_key!='')

{{ $at?->name }}-{{ $at?->product_id }}

${{ number_format($at?->price, 2) }}
@endif @endforeach
@if (!empty($antique_data))
{!! $antique_data->withQueryString()->links() !!}
@endif