@extends('layouts.app') @section('content')
| Item | AWB | Qty | Unit | Total |
|---|---|---|---|---|
| {{ $item->name }} | {{ optional($item->shipment)->awb }} | {{ $item->quantity }} | {{ number_format($item->unit_price,2) }} | {{ number_format($item->total_amount,2) }} |
| Total | {{ number_format($invoice->total_amount,2) }} | |||