@include('microfin/miscellaneous/monthEndPendingAlert')
@php
function num($number,$filRoundUup){
if ($filRoundUup==1) {
// return number_format(round($number),2);
return number_format($number);
}
else{
return number_format($number,2);
}
}
if ($filServiceCharge==1) {
$serviceChargeText = '(With Service Charge)';
}
else{
$serviceChargeText = '(Without Service Charge)';
}
@endphp
{{-- div for Company --}}
Fatal error: Uncaught Error: Class "DB" not found in /home/shikkhaplus/public_html/guk_bk/resources/views/microfin/reports/pksfPomisReport/pksfPomis5ReportNew/pksfPomisFiveReport_Note2.blade.php:24
Stack trace:
#0 {main}
thrown in /home/shikkhaplus/public_html/guk_bk/resources/views/microfin/reports/pksfPomisReport/pksfPomis5ReportNew/pksfPomisFiveReport_Note2.blade.php on line 24