@extends('layouts.app') @section('title', 'User Management - Tiqkets') @section('page-title', 'User Management') @section('header-action') Add User @endsection @section('content')
| S.No | Name | Phone | Role | Branch | Status | Actions | |
|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} |
{{ substr($user->name, 0, 1) }}
{{ $user->name }}
|
{{ $user->email }} | {{ $user->phone }} | {{ $user->getRoleName() }} | {{ $user->branch->branch_name ?? 'N/A' }} | {{ ucfirst($user->status) }} | |
|
No users found. Create your first user to get started. Add User |
|||||||