@extends('adminlte::page') @section('title', 'Data Guru & Staff | Smart Cendekia') @section('plugins.Datatables', true) @section('content_header')

Data Guru & Staff

Kelola profil guru, pimpinan, dan staff untuk ditampilkan di website.

@stop @section('content')

Direktori Tim

Tambah Personil
@if(session('success'))
{{ session('success') }}
@endif
@forelse($teams as $item) {{-- Profil (Foto & Nama) --}} {{-- Jabatan --}} {{-- Kategori --}} {{-- Urutan --}} {{-- Aksi --}} @empty @endforelse
No Profil Personil Jabatan Kategori Urutan Aksi
{{ $loop->iteration }}
@if($item->photo) @else @endif
{{ $item->name }} ID: {{ $item->id }}
{{ $item->position }} @php $badgeClass = match($item->category) { 'Pimpinan' => 'warning', 'Guru' => 'success', 'Staff' => 'secondary', default => 'light' }; $icon = match($item->category) { 'Pimpinan' => 'fa-crown', 'Guru' => 'fa-chalkboard-teacher', 'Staff' => 'fa-user-cog', default => 'fa-user' }; @endphp {{ $item->category }} {{ $item->urutan ?? '-' }} {{-- Modal Delete --}}
Belum ada data tim

Tambahkan guru dan staff pengajar sekolah Anda.

Tambah Sekarang
@stop @push('css') @endpush @push('js') @endpush