class(['relative mb-7']) }} x-data="{ open: false}">
-
+
{{ $auditionName }}
+
Click to open
-
diff --git a/resources/views/components/results/table-seat-row.blade.php b/resources/views/components/results/table-seat-row.blade.php
index dbc5504..017166b 100644
--- a/resources/views/components/results/table-seat-row.blade.php
+++ b/resources/views/components/results/table-seat-row.blade.php
@@ -1,6 +1,6 @@
@props(['seat','student_name','school'])
-
class(['flex gap-x-4 px-3 py-5 justify-between']) }}>
-
+
class(['flex gap-x-4 px-3 py-2 justify-between bg-gray-50 border-x border-b shadow']) }}>
+
{{ $seat }}
diff --git a/resources/views/results/index.blade.php b/resources/views/results/index.blade.php
index 0332045..3f252ca 100644
--- a/resources/views/results/index.blade.php
+++ b/resources/views/results/index.blade.php
@@ -1,6 +1,6 @@
-