@extends('layouts.user') @section('content')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
My Notifications
@forelse($notifications as $notification) @empty

No Unread Notifications

@endforelse
@endsection @section('page-js') @endsection