@extends('layouts.app') @section('title', 'New Delivery Challan') @push('css') @endpush @section('content')

New Delivery Challan

@csrf
Basic Details
@error('customer_id')
{{ $message }}
@enderror
@error('challan_number')
{{ $message }}
@enderror
@error('date')
{{ $message }}
@enderror
Item Details
Item Name Qty Rate Amount
Cancel
Summary
Subtotal {{ formatCurrency(0) }}
Tax Amount {{ formatCurrency(0) }}

Total ({{ getCurrencySymbol() }}) 0.00
Goods can be marked as delivered once the challan is in Open status.
@push('scripts') @endpush @endsection