@extends('layouts.app') @section('content')

Dispatches

Add New Dispatches
@if ($message = Session::get('success'))

{{ $message }}

@endif
@foreach ($dispatches as $dispatch) @endforeach
# Destination Consignment Number Vehicle No Status
{{ $loop->iteration }} {{ $dispatch->dest_office_id }} {{ $dispatch->consg_number }} {{ $dispatch->vehicle_number }} {{ $dispatch->status }}
{{'Edit'}} {{-- @csrf--}} {{-- @method('DELETE')--}} {{-- --}}
{!! $dispatches->links() !!} @endsection