@extends('layouts.app') @section('title', 'User Management - Tiqkets') @section('page-title', 'User Management') @section('header-action') @endsection @section('content')
| S. No. | Name | Phone | Role | Branch ID | Branch | Status | Actions | |
|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration + ($users->currentPage() - 1) * $users->perPage() }} |
{{ $user->name }}
|
{{ $user->email }} | {{ $user->phone ?? '-' }} | {{ $user->getRoleName() }} | {{ $user->branch->branch_code ?? '-' }} | {{ $user->branch->branch_name ?? '-' }} | {{ ucfirst($user->status) }} | |
No Users FoundCreate your first user to get started. |
||||||||