@foreach (cart()['products'] as $item)
{{ $item->product->content->name }}
{{ $item->product->category->content->name }} {{ money($item->product->price * $item->quantity) }} TL