@extends('layouts.app') @section('title', 'Shopping Cart') @section('content')
{{ $item->product->supplier?->company_name }}
SKU: {{ $item->product->sku }}
R {{ number_format($item->product->price, 2) }} each
R {{ number_format($item->quantity * $item->product->price, 2) }}