@lang("content.list")

@if (isset($usersTracking) && count($usersTracking)) @if ($grandAdmin) @endif @foreach ($usersTracking as $i => $each) @php $user = $each->user @endphp @if ($user) @else @endif @if ($grandAdmin) @endif @endforeach
No @lang("content.first_name") @lang("content.last_name")@lang("content.email") Many Failed Attempts@lang("content.base") @lang("content.country") @lang("content.city") IP @lang("content.log_date")
{{ $i + 1 }}id}") }}">{{ $user->first_name }} id}") }}">{{ $user->last_name }} {{ $each->email }} {{ $each->many_attempts }}{{ getUserLocationAirport($user) }} {{ $each->country }} {{ $each->city }} {{ $each->ip }} {{ $each->created_at }}
@endif