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--}}