@extends('layouts.account', ['title' => 'الإشعارات | RaseedNow']) @section('account_content')

الإشعارات

@csrf
@forelse($notifications as $notification) ! $notification->read_at])> {{ $notification->title }} {{ $notification->body }} {{ $notification->created_at->format('Y-m-d H:i') }} @empty

لا توجد إشعارات

ليس لديك أي إشعارات بعد.

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