@extends('layouts.admin') @section('title', 'Delivery Challans') @section('page-title', 'Delivery Challans') @section('content')
| Issue Date | Doc. No. | Status | Client Name | Valid Until | Amount | Action | |
|---|---|---|---|---|---|---|---|
| {{ $challan->challan_date->format('d M Y') }} | {{ $challan->challan_number }} | {{ $status['label'] }} | {{ $challan->customer->name ?? '—' }} | {{ $challan->shipping_date?->format('d M Y') ?? '—' }} | ₹{{ number_format($challan->grand_total, 2) }} |
Create delivery challans to document goods dispatched to your clients.