add form for system rentals
This commit is contained in:
@@ -96,7 +96,7 @@ class RentalAdminController extends Controller
|
||||
$rental->paid_until = $request->paid_until;
|
||||
$rental->save();
|
||||
|
||||
return redirect('/system/rental/display')->with('success', 'Rental System Added.');
|
||||
return redirect('/system/rental/dashboard')->with('success', 'Rental System Added.');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user