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