@lang('Recent devices')

@if(count($userLoginInfo) == 0)
Image Description Image Description

@lang("No data to show")

@else

@lang("View and manage devices where you're currently logged in.")

@endif
@if(0 < count($userLoginInfo))
@forelse($userLoginInfo as $key => $userLogin) @empty @endforelse
@lang('Browser') @lang('Device') @lang('Location') @lang('Most recent activity')
browser).".svg") }}" alt="Image Description"> {{ $userLogin->browser }} on {{ $userLogin->os }} {{ $userLogin->get_device }} @if($key== 0 ) @lang("Current") @endif {{ $userLogin->country }} {{ timeAgo($userLogin->created_at) }}
@endif