@extends('layouts.admin-simple') @section('title', $delivery->delivery_number) @section('page-title')
| # | Code | Description | Batch | Expiry | Accepted | Unit Price | Total |
|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $item->indirectGood?->ig_code }} | {{ $item->indirectGood?->ig_description }} | {{ $item->batch_number ?? '-' }} | {{ $item->expiry_date?->format('d M Y') ?? '-' }} | {{ number_format($item->quantity_accepted, 2) }} | {{ number_format($item->unit_price, 2) }} | {{ number_format($item->total_price, 2) }} |