@extends('layouts.admin-simple') @section('title', 'Easy Out — Dispatches') @section('breadcrumb')
Quick dispatch records to projects without material request flow
| Ref # | Date | Bill # | MR No. | Item Description | Unit | Qty | Project | Division | Received By | |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $dispatch->reference_number }} | {{ $dispatch->dispatch_date->format('d M Y') }} | {{ $dispatch->bill_number ?? '-' }} | {{ $dispatch->mr_no ?? '-' }} | {{ $dispatch->item_description }} | {{ $dispatch->unit }} | {{ number_format($dispatch->quantity, 2) }} |
{{ $dispatch->project?->project_number }} {{ $dispatch->project?->project_name ?? '-' }} |
{{ $dispatch->division?->division_name ?? '-' }} | {{ $dispatch->received_by ?? '-' }} | print visibility |
| No dispatch records found. | ||||||||||