@extends('layouts.app') @section('title', 'Staff') @section('content')
Manage team members and their access
| # | Name | Role | Branch | Status | Actions | |
|---|---|---|---|---|---|---|
| {{ $staff->firstItem() + $loop->index }} | {{ $member->name }} | {{ $member->email }} | {{ $member->hotelRole?->name ?? '—' }} | {{ $member->branch?->name ?? '—' }} | @if($member->is_active) Active @else Inactive @endif | Edit |
| No staff yet. Add your first team member. | ||||||