| 1 |
নতুন ট্রেড আবেদন |
{{ $date }} |
{{ number_format($tradeLicenseApp->sum('app_fee'), 2) }} |
| 2 |
নতুন ট্রেড লাইসেন্স |
{{ $date }} |
{{ number_format($newTradeLicense->sum('total_amount'), 2) }} |
| 3 |
ট্রেড লাইসেন্স নবায়ন |
{{ $date }} |
{{ number_format($tradeLicenseRenewal->sum('total_amount'), 2) }} |
| 4 |
হোল্ডিং ট্যাক্স |
{{ $date }} |
{{ number_format($taxCollection->sum('total_pay_bill'), 2) }} |
| 5 |
চারিত্রিক সনদ |
{{ $date }} |
{{ number_format($characterCertificate->sum('amount'), 2) }} |
| 6 |
নাগরিকত্ব/পরিচয় পত্র |
{{ $date }} |
{{ number_format($identityCard->sum('amount'), 2) }} |
| 7 |
অবিবাহিত সনদ |
{{ $date }} |
{{ number_format($unmarriedCertificate->sum('amount'), 2) }} |
| 8 |
ভূমিহীন সনদ |
{{ $date }} |
{{ number_format($landlessCertificate->sum('amount'), 2) }} |
| 9 |
ওয়ারিশ সনদ আবেদন |
{{ $date }} |
{{ number_format($successorApp->sum('app_fee'), 2) }} |
| 10 |
ওয়ারিশ সনদ |
{{ $date }} |
{{ number_format($successor->sum('certificate_fee'), 2) }} |
| 11 |
প্রকৃত বাঁক ও শ্রবণ প্রতিবন্ধী |
{{ $date }} |
{{ number_format($impairedCertificate->sum('amount'), 2) }} |
| 12 |
উত্তরাধিকার সনদ |
{{ $date }} |
{{ number_format($succession->sum('amount'), 2) }} |
| 13 |
পারিবারিক সনদ |
{{ $date }} |
{{ number_format($family->sum('amount'), 2) }} |
| 14 |
বিভিন্ন প্রত্যয়ন |
{{ $date }} |
{{ number_format($otherSanad->sum('fee'), 2) }} |
| 15 |
জন্ম নিবন্ধন |
{{ $date }} |
{{ number_format($birthReg->sum('amount'), 2) }} |
| 16 |
ইমারত নির্মাণ/পূণঃ নির্মাণ নক্সা অনুমোদনের আবেদন |
{{ $date }} |
{{ number_format($buildingConstructionAppFee->sum('app_fee'), 2) }} |
| 17 |
ইমারত নির্মাণ/পূণঃ নির্মাণ নক্সা অনুমোদনের কর আদায় |
{{ $date }} |
{{ number_format($buildingConstructionPayment->sum('final_total'), 2) }} |
| 18 |
বিচার-সালিশ |
{{ $date }} |
{{ number_format($case->sum('total'), 2) }} |
| মোট (BDT) = {{ number_format($tradeLicenseApp->sum('app_fee')+$newTradeLicense->sum('total_amount')+$tradeLicenseRenewal->sum('total_amount')+$taxCollection->sum('total_pay_bill')+$characterCertificate->sum('amount')+$identityCard->sum('amount')+$unmarriedCertificate->sum('amount')+$landlessCertificate->sum('amount')+$impairedCertificate->sum('amount')+$succession->sum('amount')+$family->sum('amount')+$successorApp->sum('app_fee')+$successor->sum('certificate_fee')+$otherSanad->sum('fee')+$birthReg->sum('amount')+$buildingConstructionAppFee->sum('app_fee')+$buildingConstructionPayment->sum('final_total')+$case->sum('total'), 2) }} |
| ট্রেড লাইসেন্স শাখা |
{{ number_format($tradeLicenseApp->sum('app_fee') + $newTradeLicense->sum('total_amount') + $tradeLicenseRenewal->sum('total_amount'), 2) }} |
| পৌর কর শাখা |
{{ number_format($taxCollection->sum('total_pay_bill'), 2) }} |
| অন্যান্য সকল শাখা |
{{ number_format($characterCertificate->sum('amount') + $identityCard->sum('amount') + $unmarriedCertificate->sum('amount') + $landlessCertificate->sum('amount') + $successorApp->sum('app_fee') + $successor->sum('certificate_fee') + $impairedCertificate->sum('amount') + $succession->sum('amount') + $family->sum('amount') + $otherSanad->sum('fee') + $birthReg->sum('amount') + $buildingConstructionAppFee->sum('app_fee') + $buildingConstructionPayment->sum('final_total') + $case->sum('total'), 2) }} |