@extends('layouts.master') @section('title') Outlet Users - {{ $outlet->outlet_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 ?? 'Outlet Staff' }} | {{ ucfirst($user->status) }} | {{ $user->created_at->format('M d, Y') }} | {{----}} {{-- Actions --}} | {{-- Hidden delete form --}} | {{-- --}}
No users have been assigned to this outlet yet.