@extends ('welcome') @section ('content')

All Notifications

@foreach($alerts as $alert) @endforeach
@if($alert->open == 0) @endif {{$alert->title}} {{$alert->body}} {{$alert->created_at}}
@endsection