@foreach (cart()['products'] as $item)
{{ $item->quantity }}

{{ $item->product->content->name }}

{{ $item->product->category->content->name }} {{ money($item->product->price * $item->quantity) }} TL

@endforeach