@extends('layouts.master') @section('title') Branch Users - {{ $branch->branch_name }} @endsection @section('content')
| # | User Name | Phone | Role | Status | Created At | Actions | |
|---|---|---|---|---|---|---|---|
| {{ $key + 1 }} | {{ $user->name }} | {{ $user->email }} | {{ $user->phone ?? 'N/A' }} | {{ $user->role->role_name ?? 'N/A' }} | {{ ucfirst($user->status) }} | {{ $user->created_at->format('M d, Y') }} |
No users have been assigned to this branch yet.