@extends('layouts.app') @section('content')
User analytics and performance tracking
{{ $card['title'] }}
Active Users
| SN | Name | Enquiries | Rejections | Last Login | Actions | |
|---|---|---|---|---|---|---|
|
{{ $loop->iteration }}
|
{{ strtoupper(substr($user->name, 0, 2)) }}
{{ $user->name }}
|
{{ $user->email }} | {{ $enquiryPerformance['all_counts'][$user->id] ?? 0 }} | {{ $rejectionPerformance['all_counts'][$user->id] ?? 0 }} |
@if($user->last_login)
{{ \Carbon\Carbon::parse($user->last_login)->format('d/m/Y') }}
{{ \Carbon\Carbon::parse($user->last_login)->format('H:i') }} HRS
@else
Never
@endif
|
View |
No Users FoundThere are no users in this branch yet |
||||||