@extends('layouts.dashboard') @section('title', 'Users') @section('page-title', 'Users Management') @section('content')
| ID | Name | Phone | Status | SMS | Promotions | Last Active | Actions |
|---|
No users found. Create your first user
| ID | Name | Phone | Organization | Status | SMS | Promotions | Last Active | Actions | |
|---|---|---|---|---|---|---|---|---|---|
| {{ $user->id }} |
{{ $user->name }}
{{ $user->email }} |
{{ $user->phone }} | @if($user->client) {{ $user->client->name }} @else Unassigned @endif | @if($user->is_active) Active @else Inactive @endif | @if($user->sms_service_enabled) @else @endif | @if($user->settings && $user->settings->whatsapp_enabled) @else @endif | @if($user->promotions_enabled) @else @endif | @if($user->last_active_at) {{ $user->last_active_at->diffForHumans() }} @else Never @endif | |
| No users found. Create your first user | |||||||||