{{-- div for Company --}}
@php
$company = DB::table('gnr_company')->where('id', Auth::user()->company_id_fk)->select('name','address')->first();
@endphp
{{$company->name}}
{{$company->address}}
Over Due Collection Register
{{--
Ambala Foundation
House # 67, Block # Ka, Piciculture Housing Society, Shyamoli, Dhaka- 1207
--}}
{{--
--}}
| Branch Name & Code |
: |
@if ($BranchId == 'All')
{{$BranchId}}
@elseif ($BranchId != 'All')
@foreach ($BranchInfos as $key => $BranchInfo)
{{$BranchInfo->name}}({{$BranchInfo->branchCode}})
@endforeach
@endif
|
| Product Name & Code |
: |
@if ($ProductId == 'All')
All
@elseif ($ProductId != 'All')
@foreach ($ProductInfos as $key => $ProductInfo)
{{$ProductInfo->shortName}}({{$ProductInfo->code}})
@endforeach
@endif
|
Reporting Date
|
: |
Fatal error: Uncaught Error: Class "Carbon\Carbon" not found in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/microfin/reports/dueCollectionRegister/DueCollectionRegisterReport.blade.php:110
Stack trace:
#0 {main}
thrown in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/microfin/reports/dueCollectionRegister/DueCollectionRegisterReport.blade.php on line 110
|