@extends('layouts.app') @section('title', 'Branch Due Details Report') @section('content')
Comprehensive due report by branch
| Branch | Invoice | Passenger | Package | Total Cost | Paid | Due |
|---|---|---|---|---|---|---|
| {{ $branch ?? 'Dhaka Branch' }} | {{ $invoice ?? 'INV-0001' }} | {{ $passenger ?? 'John Doe' }} | {{ $package ?? 'Umrah Standard' }} | @currency($total_cost ?? 70000, 0) | @currency($paid ?? 50000, 0) | @currency($due ?? 20000, 0) |
| Total | @currency($total_cost ?? 70000, 0) | @currency($paid ?? 50000, 0) | @currency($due ?? 20000, 0) | |||