@extends('mrp') @section('title', $page_title) @section('content')

{{ $page_title }}

Back
@if (auth()->user()->can('delivery_shipment-create'))
Add New
@endif
@if (Session::has('message')) @endif
@foreach ($shipments as $shipment) @endforeach
No DN Code Delivery Date Customer Car Type Action
{{ $loop->iteration }} {{ $shipment->dn_code }} {{ $shipment->delivery_date }} {{ $shipment->customer->customer_name ?? 'N/A' }} {{ $shipment->vehicle->car_code }}
@if (auth()->user()->can('delivery_shipment-edit')) @endif @if (auth()->user()->can('delivery_shipment-delete')) @endif
@endsection @push('css') @endpush @push('js') @endpush