@extends('frontend.layouts.app') @push('headScript') @endpush @section('content')

الرئيسية

الإشعارات

الإشعارات

تصفح جميع إشعاراتك

جميع الإشعارات

@if($notifications->count())
@foreach($notifications as $notification)
{{ auth()->user()->FullName }}

{{ __($notification->translate_message,$notification->translate_params) }}

{{ $notification->created_at->diffForHumans() }}

@endforeach
{!! $notifications->links('vendor.pagination.custom-tailwind') !!}
@else
Notification Bell

لا يوجد اي إشعارات حالية

عندما يكون هناك اي إشعار سيظهر لك في الحال

@endif
@endsection @push('footerScript') @endpush