@extends('admin.layouts.app') @section('page_title', 'Kelola Guru & Staff') @section('breadcrumb', " > " ."Kelola Guru & Staff") @section('content')

Guru & Staff

Tambah
@forelse($teachers as $teacher) @empty @endforelse
Foto Nama Jabatan Tipe Urutan Aksi
{{ $teacher->name }} {{ $teacher->position ?? '-' }} {{ ucfirst($teacher->type) }} {{ $teacher->order }}
@csrf @method('DELETE')
Tidak ada data.
{{ $teachers->links() }}
@endsection