{{--
--}} @foreach ($customers as $customer) @endforeach
{{ lang('Name') }} {{ lang('Created Date') }} {{ lang('Country') }} {{ lang('Browser') }} {{ lang('Visited Source') }} {{ lang('Actions') }}
@if($customer->status == 'online') @else @endif {{ strtoupper(substr($customer->visitor_unique_id, 0, 1)) }}
#{{ $customer->visitor_unique_id }}
{{ Str::limit($customer->username, '40') }}
{{ \Carbon\Carbon::parse($customer->created_at)->diffForHumans() }} {{ $customer->country }} {{ $customer->browser_info }} {{ $customer->Login_url }}
@if (Auth::user()->can('Customer Chat Process')) @endif
{{--
--}} {{ $customers->links('admin.viewticket.pagination') }}