@php $product = \App\Models\Product::findOrFail($item->attributes->product_id); @endphp
{{ $product->name }}
{{ $product->name }}
{{ \App\Utils::priceForHumans($product->price) }}
{{-- --}}
{{ \App\Utils::priceForHumans($product->price * $item->quantity) }}