@if (count($cart) > 0)
@foreach ($cart as $item)

{{ $item['product']->name }}

{{ $item['product']->price }} ₼
{{ $item['qty'] }}
{{ $item['qty'] * $item['product']->price }} ₼
@endforeach
@else

Sebetde mehsul yoxdu

@endif {{--

Cart Total

Cart Subtotals 154 ₼
Shipping & Handling $20.00
Order Totals $70.00

Calculate Shipping

--}}