| Bill No | Date | Customer | Remark (preview) | Total | Discount | Net | User | A - Actions | B - Actions |
|---|---|---|---|---|---|---|---|---|---|
| {{ $q->bill_no }} | {{ optional($q->quotation_date)->format('Y-m-d') }} | {{ $customerName ?: '—' }} @if(!empty($q->customer_mobile)) ({{ $q->customer_mobile }}) @endif | @if(!empty($q->remark)) {{ \Illuminate\Support\Str::limit($q->remark, 60) }} @else — @endif | {{ number_format($total, 2) }} | {{ number_format($discount, 2) }} | {{ number_format($net, 2) }} | {{ $q->user->name ?? '—' }} |
|
|