@extends('layouts.app') @section('content')
{{ $message }}
| # | Destination | Consignment Number | Vehicle No | Status | |
|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $dispatch->dest_office_id }} | {{ $dispatch->consg_number }} | {{ $dispatch->vehicle_number }} | {{ $dispatch->status }} |