mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-19 04:24:12 +00:00
New Warehouse Storage Fee
This commit is contained in:
+5
-3
@@ -262,6 +262,7 @@ Route::get('/customer/{marking}/payment-and-billing', function ($marking) {
|
||||
$company_module_id = $connection->invitee->id;
|
||||
return view('pages.customers.paymentsBilling', ['company_module_id' => $company_module_id]);
|
||||
})->name('customer.payment-and-billing');
|
||||
// })->middleware('storage.invoice.check.bytransactions')->name('customer.payment-and-billing');
|
||||
|
||||
Route::get('/customer-invoices/{company_module_id}/payment-and-billing', function ($company_module_id) {
|
||||
// todo-new: check company_module_id
|
||||
@@ -1234,6 +1235,7 @@ Route::get('/accident-approve-invoice', function(){
|
||||
}
|
||||
});
|
||||
|
||||
Route::get('/check', function (Request $request){
|
||||
dd(json_encode(Carbon::parse($request->input('start_date'))));
|
||||
})->name('check');
|
||||
//cief todo: to delete
|
||||
// Route::get('/check', function (Request $request){
|
||||
// dd(json_encode(Carbon::parse($request->input('start_date'))));
|
||||
// })->name('check');
|
||||
|
||||
Reference in New Issue
Block a user