|
@if ($log->user_id != 0)
@elseif ($log->agent_id != 0)
@elseif ($log->merchant_id != 0)
@endif
|
@if ($log->user_id != 0)
@lang('User')
@elseif ($log->agent_id != 0)
@lang('Agent')
@elseif ($log->merchant_id != 0)
@lang('Merchant')
@endif
|
{{ showDateTime($log->created_at) }} {{ diffForHumans($log->created_at) }}
|
{{ $log->user_ip }}
|
{{ __($log->city) }} {{ __($log->country) }} |
{{ __($log->browser) }}
{{ __($log->os) }}
|
@empty