Staff {{ $index + 1 }}
{{ $staff['user'] }}
{{ $staff['email'] }}
Role
{{ $staff['role'] }}
@extends('user.layouts.app', ['title' => 'Manage Staffs']) @push('head') @endpush @section('content')
Track assigned team members, review their role coverage, and add a new staff profile from the same page.
| SL. | User | Role | Status | Action |
|---|---|---|---|---|
| {{ $index + 1 }} |
{{ $staff['user'] }}
{{ $staff['email'] }}
Username: {{ $staff['username'] }}
|
{{ $staff['role'] }} | {{ $staff['status'] ? 'ON' : 'OFF' }} |
|
| No staff member matched your search. | ||||