{{ __('Instructors') }}

+ New Instructor @foreach ($instructors as $i) @endforeach
Name NetID Department  
{{ $i->firstname }} {{ $i->lastname}} {{ $i->email}} {{$i->department}} Edit
@method('delete') @csrf {{ __('Delete') }}