{{@$branch['person_name']}}
M/s.
{{ $client }}Date. {{$today}}
Subject: Outstanding Summary
Dear Sir,
This is reference to the above cited subject, We are sorry to inform you that the following bill/bills is/are outstanding and hence you are request to please send us the remittance in the settlement of the same at earliest.
Sr. No. | Bill Date | Bill No | Bill Amount | Overdue Days |
---|---|---|---|---|
{{$srno}} | {{date("d M Y", strtotime($bill->created_at))}} | {{$bill->billno}} | @php $grandtotal = $bill->grandtotal; $roundBillSetting = $bill->is_rounded_bill_amounts; $roundingAmount = $bill->rounding_amount; if ($roundBillSetting == 0 && $roundingAmount !== null) { $finalGrandTotal = $grandtotal - $roundingAmount; } elseif ($roundBillSetting == 1) { $ceilAmount = ceil($grandtotal); $floorAmount = floor($grandtotal); $roundValue = $ceilAmount - $grandtotal; $finalGrandTotal = ($roundValue < 0.50) ? $ceilAmount : $floorAmount; } else { $finalGrandTotal = $grandtotal; } echo number_format($finalGrandTotal, 2); @endphp | @php $created_at = Carbon\Carbon::parse($bill->created_at); $current_date = Carbon\Carbon::now(); $diff = $created_at->diffInDays($current_date); echo $diff; @endphp | @php $srno++; $finale_amt = $finale_amt + $finalGrandTotal; @endphp
Bill Total | {{ Laracore::showPrice($finale_amt) }} |
Please treat this as most urgent.
For, {{@$branch['name']}}
Autho / Sign.