fixing changes

This commit is contained in:
Ritikesh yadav
2024-05-31 15:52:03 +05:30
parent c7641338b7
commit 74f2aba950
8 changed files with 204 additions and 97 deletions

View File

@@ -25,6 +25,7 @@ use App\Models\MonthlyUpdatePeerToPeerLending;
use App\Models\Product;
use App\Notifications\UserAdmin;
use App\Exports\UserProduct;
use Carbon\Carbon;
class ManageUserProductController extends Controller
{
@@ -820,6 +821,8 @@ class ManageUserProductController extends Controller
'product_name' => $request->product_name,
'account_number' => $request->account_number,
'spv_details' => $request->spv_details,
'created_at' => Carbon::now(),
'updated_at' => Carbon::now(),
]);
$statementReportsArray = array();