@lang('lang.clients')
@if(isset($clients) && count($clients) > 0) @foreach($clients as $client)
@if($client->primary_user) @endif
@foreach($client->users->take(3) as $user) @endforeach @if($client->users->count() > 3) +{{ $client->users->count() - 3 }} @endif
@if($client->last_seen_user) @lang('lang.latest_seen'):
{{ runtimeDateAgo($client->last_seen_user->last_seen) }}
@else @lang('lang.latest_seen'): --- @endif
@endforeach @else
@lang('lang.no_results_found')

@lang('lang.no_results_found')

@endif