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

{{ $notification->data['Type']}}

{{ $notification->data['Message'] }}

@endsection