@extends('admin.layout') @section('title', 'Kelola Petugas') @section('content')
| # | Nama | Role | PT | Status | Daftar | Aksi | |
|---|---|---|---|---|---|---|---|
| {{ $i+1 }} | {{ $p->nama }} | {{ $p->email }} | {{ $p->role }} | {{ $p->company->nama ?? '-' }} | @if($p->status === 'pending') Pending @elseif($p->status === 'aktif') Aktif @else Nonaktif @endif | {{ $p->created_at->format('d/m/Y') }} | @if($p->status === 'pending') @endif @if($p->status === 'aktif') @endif @if($p->status === 'nonaktif') @endif |
| Belum ada petugas terdaftar | |||||||