request rental moon page

This commit is contained in:
2020-06-09 23:41:53 -05:00
parent 27939b153f
commit 375b121eb8
4 changed files with 23 additions and 0 deletions

View File

@@ -29,6 +29,10 @@ class MoonsController extends Controller
$this->middleware('role:Renter');
}
public function displayRentalMoonPage() {
return view('moons.user.requestrental');
}
/**
* Function to display all alliance moons and pass data to the blade template
*/