@if(@$branch['image']) @endif

{{@$branch['person_name']}}

{{@$branch['address']}}, {{@$branch['city']}} {{@$branch['zipcode']}}. @if(@$branch['contact_no'] != '') PH {{@$branch['contact_no']}}@endif
{{--
Pending Bill Report / {{date("d M Y", strtotime($start_date))}} - {{date("d M Y", strtotime($end_date))}}
--}}

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.

@foreach($bills as $bill) @php $srno++; $finale_amt = $finale_amt + $finalGrandTotal; @endphp @endforeach
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
Bill Total {{ Laracore::showPrice($finale_amt) }}

Please treat this as most urgent.

For, {{@$branch['name']}}

Autho / Sign.