1
0
mirror of https://koodu.h-i.works/projects/thebadspace synced 2025-06-25 16:04:37 -05:00

Built out Listing Page, font update

Plugged in the layout for the Listings page and turned on pagination.

Also updated the font to rubrik. Because it's pretty.
This commit is contained in:
Ro
2023-08-17 19:50:38 -07:00
parent e35dff591f
commit 25d51646ba
25 changed files with 108 additions and 26 deletions

View File

@ -19,6 +19,7 @@ use App\Http\Controllers\LocationController;
//front
Route::get("/", [FrontIndexController::class, 'start']);
Route::get("/listings/{pageNum}", [FrontIndexController::class, 'listings']);
//auth
Route::get("/login", [AuthController::class, 'showLogin']);