@php //use Carbon\Carbon; // $allsavingsAccount = DB::table('mfn_savings_account') // ->pluck('accountOpeningDate', 'id') // ->toArray(); // foreach ($allsavingsAccount as $key => $savingsAccount) { // $checkDepositeForAccount = DB::table('mfn_savings_deposit') // ->where([['accountIdFk', $key], ['depositDate', '<', $savingsAccount]]) // ->pluck('depositDate', 'accountIdFk') // ->toArray(); // // dd($key, $savingsAccount); // } // dd($checkDepositeForAccount); @endphp {{--

=============singleSamityReport=============

--}}
{{-- div for Company --}}
Fatal error: Uncaught Error: Class "DB" not found in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/microfin/member/memberInactiveList/singleMemberInactiveReport.blade copy.php:113 Stack trace: #0 {main} thrown in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/microfin/member/memberInactiveList/singleMemberInactiveReport.blade copy.php on line 113