@if ($userType == 'rider')
@else
@endif
|
{{ showDateTime($log->created_at) }}
{{ diffForHumans($log->created_at) }}
|
{{ keyToTitle($log->notification_type) }}
@lang('via') {{ __($log->sender) }}
|
@if ($log->subject)
{{ __($log->subject) }}
@else
@lang('N/A')
@endif
|
@if ($log->notification_type == 'email')
@else
@endif
|
@empty