@extends('admin.layouts.app') @section('page-title', 'Account Dashboard') @section('content')
| # | Employee ID | Name | Phone | Role | Status | Actions | |
|---|---|---|---|---|---|---|---|
| {{ $s->id }} | {{ $s->employee_id }} | {{ $s->name }} | {{ $s->email }} | {{ $s->phone }} | {{ $s->role ?? '-' }} | {{ ucfirst($s->status) }} | Edit |
| No staff found. | |||||||