{{ __('Notifications') }}

@can('notifications send') {{ __('notifications.actions.send') }} @endcan @if($employee_id == auth()->id()) {{ $unreadCount }} {{ __('unread') }} @endif
@if (session()->has('message'))
{{ session('message') }}
@endif @forelse($notifications as $notification) @empty

{{ __('notifications.empty') }}

@endforelse
{{ $notifications->links() }}