| SL# | Collection Date | Collection Amount | Comission Amount |
|---|---|---|---|
| {{++$no}} | {{date("d-m-Y",strtotime($billingComissionReport->generateDate)) }} |
Warning: Undefined variable $billingComissionReport in /home/shikkhaplus/public_html/guk_bk/resources/views/billing/report/billingComissionDetailsReport.blade.php on line 33 Warning: Attempt to read property "collectionAmount" on null in /home/shikkhaplus/public_html/guk_bk/resources/views/billing/report/billingComissionDetailsReport.blade.php on line 33 {{ number_format($billingComissionReport->collectionAmount,2) }} |
Warning: Undefined variable $billingComissionReport in /home/shikkhaplus/public_html/guk_bk/resources/views/billing/report/billingComissionDetailsReport.blade.php on line 40 Warning: Attempt to read property "comissionAmount" on null in /home/shikkhaplus/public_html/guk_bk/resources/views/billing/report/billingComissionDetailsReport.blade.php on line 40 {{ number_format($billingComissionReport->comissionAmount,2) }} |
| Total | {{number_format(array_sum($totalCollection),2)}} | {{ number_format(array_sum($totalComission),2)}} | |