feat: install and scaffold Tablar theme #6

Merged
rlong merged 139 commits from feature/tablar-theme into master 2026-05-02 16:01:21 -04:00
Showing only changes of commit 7a4b926aac - Show all commits
+2
View File
@@ -379,6 +379,8 @@ class PagesController extends Controller
{
$judges = \App\Models\Judges::all();
$vehicles = \App\Models\Vehicles::all();
\Log::info("Judges count: " . $judges->count());
\Log::info("Vehicles count: " . $vehicles->count());
if ($judgingentry_req->isMethod('post')) {
$vehicle = $judgingentry_req->vehnum;