+ Entry Administration
+
+
+
+ Entries
+ Click id to edit
+
+ New Entry
+
+
+
+
+ ID
+ Audition
+ Student
+ Grade
+ School
+ Entry Date
+
+
+
+ @foreach($entries as $entry)
+
+ {{ $entry->id }}
+ {{ $entry->audition->name }}
+ {{ $entry->student->full_name() }}
+ {{ $entry->student->grade }}
+ {{ $entry->student->school->name }}
+ {{ $entry->created_at->format('m/d/Y g:i A') }}
+
+ @endforeach
+
+
+
+
+
+ {{ $entries->links('vendor.pagination.simple-audition') }}
+
+
+{{--TODO add options to filter the page--}}
diff --git a/resources/views/components/layout/navbar-admin.blade.php b/resources/views/components/layout/navbar-admin.blade.php
index 400e454..3fbf687 100644
--- a/resources/views/components/layout/navbar-admin.blade.php
+++ b/resources/views/components/layout/navbar-admin.blade.php
@@ -21,6 +21,7 @@