@extends('layouts.base') @section('stylesheets') @endsection @section('content')

Notifications

@if(count(Auth::user()->notifications) > 0)
@foreach(Auth::user()->notifications as $notification) @endforeach
@else

You do not have any notifications

@endif @endsection @section('scripts') @endsection