{{ $settings->general->site_name }}
{{ translate('Tickets', 'tickets') }}
{{ translate('Settings', 'settings') }}
@if ($notifications['unread'])
{{ $notifications['unread'] > 9 ? '9+' : $notifications['unread'] }}
@endif
{{ translate('Notifications', 'notifications') }} ({{ $notifications['unread'] }})
@if ($notifications['unread'] > 0) {{ translate('Mark All as Read', 'notifications') }} @else {{ translate('Mark All as Read', 'notifications') }} @endif
@if ($notifications['list']->count() > 0)
@foreach ($notifications['list'] as $notification) @if ($notification->link)
{{ $notification->title }}

{{ $notification->title }}

{{ $notification->created_at->diffforhumans() }}
@else
{{ $notification->title }}

{{ $notification->title }}

{{ $notification->created_at->diffforhumans() }}
@endif @endforeach
@else
{{ translate('No notifications found', 'notifications') }}
@endif
{{ translate('View All', 'notifications') }}
@include('partials.user-menu')