@extends('dashboard-layout.master') @section('content')


@foreach($notifications as $notification)
{{$notification->title}}
{{$notification->date}}
{{$notification->notification}}
@endforeach
@endsection