@include('user.user_menu')
{{ __('اعلانها') }}
@forelse($notifications as $notification)
{{ $notification->title }}
@if($notification->body)
{{ $notification->body }}
@endif
{{ __('مشاهده') }}
@empty
{{ __('هنوز اعلانی برای شما ثبت نشده است.') }}
@endforelse
{{ $notifications->links() }}
@endsection