@if ($notification->type == 'App\Notifications\Auth\NewDevice' || $notification->type == 'App\Notifications\Auth\NewLocation' || $notification->type == 'App\Notifications\Auth\FailedLogin')
{!! getIcon('abstract-28', 'fs-2 text-primary') !!}
{{ __('Suspecious actvity on your account') }}
{{ __('Recently we have detected unusual activity your account.') }}
@lang('IP address:') {{ @$notification->data['ipAddress'] }}
@lang('City:') {{ @$notification->data['location']['city'] }}
@lang('Country:') {{ @$notification->data['location']['country'] }}
{{ $notification->created_at->diffForHumans() }}
{{--
{{ __('Recently we have detected unusual activity your account.') }}
@lang('IP address:') {{ @$notification->data['ipAddress'] }}
@lang('City:') {{ @$notification->data['location']['city'] }}
@lang('Country:') {{ @$notification->data['location']['country'] }}
--}}
@else
{{-- {{ $notification }} --}}
@isset($notification->data['data']['view'])
@include($notification, ['notification' => $notification])
@else
@include(getNotificationView($notification), ['notification' => $notification])
{{-- @include('admin.notifications.default', ['notification' => $notification]) --}}
@endisset
@endif