{{-- --}}
{{ _trans('common.language') }}

{{ _trans('common.messages') }}

{{-- Single --}}
User
{{ _trans('lanlord.Jarret Waelchi') }} {{ _trans('lanlord.When do you release the coded template') }}...
{{ _trans('lanlord.03:30PM') }}
{{ _trans('lanlord.See All Messages') }}

{{ _trans('common.Notifications') }}

@forelse(notifications() as $notification)
{{ $notification->title }}
{{ \Illuminate\Support\Str::of(strip_tags($notification->message))->words(7) }}
{{ $notification->created_at }}
@empty

No data

@endforelse
{{ _trans('common.See All Notifications') }}
{{ _trans('common.my_profile') }} {{ _trans('common.update_password') }}
@csrf