@php use Illuminate\Support\Facades\Auth; @endphp @push('scripts') {{-- Code from https://codepen.io/ryangjchandler/pen/WNQQKeR--}} @endpush Students Add Student {{-- TODO make grade a dropdown --}} Save Student Listing
Name Grade Edit @foreach($students as $student) {{ $student->full_name(true) }} {{ $student->grade }} Edit @endforeach
{{----}} {{-- Students--}} {{-- --}} {{-- Create Student--}} {{-- Student full names must be unique. Add a middle initial to the first name if necessary.--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{----}}