UGANDA REVENUE AUTHORITY

{{ $title }}

Total Records: {{ $total_count }}
Generated: {{ $generated_at }}
Generated By: {{ $generated_by }}
{{ $total_count }}
Total Attempts
{{ $attempts->pluck('user_name')->unique()->count() }}
Unique Users
{{ $attempts->where('date', now()->format('d/m/Y'))->count() }}
Today's Attempts
@if($attempts->count() > 0) @foreach($attempts as $index => $attempt) @if($index > 0 && $index % 25 == 0)
User Name Phone Role Region Branch District Page Attempted Date Time Year
@endif @endforeach
User Name Phone Role Region Branch District Page Attempted Date Time Year
{{ $attempt['user_name'] }} {{ $attempt['user_phone'] }} {{ $attempt['user_role'] }} {{ $attempt['region'] }} {{ $attempt['branch'] }} {{ $attempt['district'] }} {{ $attempt['route_attempted'] }} {{ $attempt['date'] }} {{ $attempt['time'] }} {{ $attempt['year'] }}
@else

No Unauthorized Access Attempts Found

System security is functioning properly!

@endif