@extends('admin.layouts.app')
@section('page_title', 'Kelola Guru & Staff')
@section('breadcrumb', " > " ."Kelola Guru & Staff")
@section('content')
| Foto |
Nama |
Jabatan |
Tipe |
Urutan |
Aksi |
@forelse($teachers as $teacher)
 : 'https://via.placeholder.com/50x50?text=' . urlencode(substr($teacher->name,0,1)) }}) |
{{ $teacher->name }} |
{{ $teacher->position ?? '-' }} |
{{ ucfirst($teacher->type) }}
|
{{ $teacher->order }} |
|
@empty
| Tidak ada data. |
@endforelse
{{ $teachers->links() }}
@endsection