C/o. {{@$branch['person_name']}}

{{@$branch['address']}}, {{@$branch['city']}}
Monthly Report / {{date("M Y", strtotime($client_details[0]->created_at))}}
{{-- --}} @foreach($client_details as $client) @php $fualAount = ($client->amount * $client->fchpercent)/100; $netAmount = $client->amount + $fualAount; $grandtotal = $client->grandtotal; $ceilAmount = ceil($grandtotal); $floorAmount = floor($grandtotal); $roundValue = $ceilAmount - $grandtotal; if ($roundValue < 0.50) { $finalGrandTotal = ceil($ceilAmount); } else { $finalGrandTotal = ceil($floorAmount); } @endphp {{-- --}} @endforeach
Sr. No. Bill No. Name Phone GST No Date Weight AmountF. Ch.
{{$srno}} {{$client->billno}} @php if( strlen($client->name) > 17 ) { $client->name = substr($client->name,0, 17)."..."; } echo $client->name @endphp {{@$client->phone1}} {{@$client->gstno}} {{date("d/m/Y", strtotime($client->created_at))}} {{GetPrice($client->weight/1000, 3)}} {{number_format($finalGrandTotal, 2)}}{{number_format(($client->amount * $client->fchpercent)/100, 2)}}
Total Grand Amount {{number_format($totalGrandAmount, 2)}}