@extends('dashboard.layouts.main') @section('content') @foreach ($teachers as $teacher) @endforeach
Name Role Action
{{ $teacher->name}} {{ $teacher->role}}
@csrf @method('DELETE')

Add

Icon Plus
@endsection