From 75aa121ac7c87d62518fa00c4ba2d67e6bf67577 Mon Sep 17 00:00:00 2001 From: Russ Long Date: Fri, 1 May 2026 11:57:33 -0400 Subject: [PATCH] feat: migrate judgingentry and pcentry views to tablar --- resources/views/judgingentry.blade.php | 89 +++++++++++++------------- resources/views/pcentry.blade.php | 67 +++++++++---------- 2 files changed, 76 insertions(+), 80 deletions(-) diff --git a/resources/views/judgingentry.blade.php b/resources/views/judgingentry.blade.php index a4410dd..048bd0f 100644 --- a/resources/views/judgingentry.blade.php +++ b/resources/views/judgingentry.blade.php @@ -1,52 +1,51 @@ -@extends('layouts.app') +@extends('tablar::page') @section('content') -
-
-
-
-
Car Show Judging Entry
- -
-
- {{ csrf_field() }} -
- -
- -
+ +
+
+
+
+
+
+ + {{ csrf_field() }} +
+ + +
+
+ + +
+
+ + +
+
+ +
+ +
+
-
- -
- -
-
-
- -
- -
-
-
-
- -
-
-
-
-
@endsection diff --git a/resources/views/pcentry.blade.php b/resources/views/pcentry.blade.php index 61e9469..edb9d59 100644 --- a/resources/views/pcentry.blade.php +++ b/resources/views/pcentry.blade.php @@ -1,42 +1,39 @@ -@extends('layouts.app') +@extends('tablar::page') @section('content') -
-
-
-
-
Car Show People's Choice Entry
- -
-
- {{ csrf_field() }} -
- -
- -
+ +
+
+
+
+
+
+ + {{ csrf_field() }} +
+ + +
+
+ +
+ +
+
-
- -
- -
-
-
-
- -
-
-
-
-
@endsection