@extends('layouts.header') @section('content')
Notifications
@foreach($notifications as $notification) @endforeach

{{$notification->NotificationSubject}}

{{$notification->CreatedDate}}

{{$notification->NotificationDetail}}

Module ID({{$notification->ModuleID}})

@endsection