@extends('layouts.app') @section('title', 'Notification ' . $notification->data['Subject']) @section('content')
{{ $notification->data['Type']}}
{{ $notification->data['Message'] }}