{{-- not in use --}} @php $total = 0; @endphp @foreach ($data as $supplyListItem) @php $total += (float) $supplyListItem->client_charge * $supplyListItem->quantity; @endphp @endforeach
Part number/ Description Price each Qty
Ordered
Qty
Deliveried
Total
{{$supplyListItem->code}} {{$supplyListItem->name}} £{{number_format($supplyListItem->client_charge, 2, '.', '')}} {{$supplyListItem->quantity}} {{$supplyListItem->delivered}} £{{ number_format(($supplyListItem->client_charge * $supplyListItem->quantity), 2, '.', '') }}
 
Pricing based on supply only
Exclusions: Delivery and VAT
Total
£{{ number_format(($total), 2, '.', '') }}