@php if (Auth('admin')->User()->dashboard_style == 'light') { $text = 'dark'; $bg = 'light'; } else { $bg = 'dark'; $text = 'light'; } @endphp

{{ $settings->site_name }} users list

@if ($checkrecord)
     
@else
{{-- --}} Send Message
@endif
@forelse ($users as $user) @empty @endforelse
Client Name Username Email Phone Status Date registered Action
@if(!empty($user->profile_photo_path)) {{ $user->name }} @else @php $initials = strtoupper(substr($user->name, 0, 1) . substr($user->lastname, 0, 1)); @endphp
{{ $initials }}
@endif
{{ $user->username }} {{ $user->email }} {{ $user->phone }} @if ($user->status == 'active') {{ $user->status }} @else {{ $user->status }} @endif {{ $user->created_at->diffForHumans() }} Manage
No Data Available
{{-- Modals --}} {{-- End add user modal --}}