{{--
| {{ 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 }} |
{{ \Carbon\Carbon::parse($customer->created_at)->diffForHumans() }} | {{ $customer->country }} | {{ $customer->browser_info }} | {{ $customer->Login_url }} |