{{ __('Kelola Staff') }}

+ Tambah Staff
@if(session('success'))
{{ session('success') }}
@endif
Reset
@forelse ($staffs as $index => $staff) @empty @endforelse
No Nama Staff Email Sekolah Hak Akses Aksi
{{ $staffs->firstItem() + $index }} {{ $staff->name }} {{ $staff->email }} {{ $staff->school ? $staff->school->name : 'Pusat/Yayasan' }} {{ str_replace('_', ' ', $staff->role) }}
@csrf @method('DELETE')
Belum ada data staff yang ditemukan.
@if($staffs->hasPages())
{{ $staffs->links() }}
@endif