moon rental form
This commit is contained in:
@@ -79,8 +79,6 @@ class MiningTaxesController extends Controller
|
||||
'entity_type' => 'required',
|
||||
]);
|
||||
|
||||
dd($request);
|
||||
|
||||
$lookup = new LookupHelper;
|
||||
$entityId = null;
|
||||
|
||||
@@ -95,6 +93,8 @@ class MiningTaxesController extends Controller
|
||||
return redirect('error', 'Moon Rental error. Please contact the site admin.');
|
||||
}
|
||||
|
||||
dd($entityId);
|
||||
|
||||
//Create the next billing date from a Carbon date 3 months from the rental start
|
||||
$nextBillingDate = Carbon::create($request->rental_end)->addMonths(3);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user