@foreach($products as $product) @php $basePrice = $product->finalPrice(); $clientPrice = $basePrice * 0.95; @endphp
-5%
@php $img = $product->images->first(); @endphp
{{ $product->name }}
{{ number_format($basePrice,2,',','.') }} Kz
{{ number_format($clientPrice,2,',','.') }} Kz
@endforeach
{{ $products->links() }}