@php use Illuminate\Support\Facades\Auth; @endphp @push('scripts') {{-- Code from https://codepen.io/ryangjchandler/pen/WNQQKeR--}} @endpush Entries Add Entry {{-- TODO make grade a dropdown --}} Save Entry Listing Name Grade Audition Edit @foreach($entries as $entry) {{ $entry->student->full_name(true) }} {{ $entry->student->grade }} {{ $entry->audition->name }} {{-- --}} {{-- Edit--}} {{-- |--}} {{-- --}} {{-- @csrf--}} {{-- @method('DELETE')--}} {{-- Delete--}} {{-- --}} {{-- --}} @endforeach