@extends('layouts.app') @section('title')View Notification @endsection @section('content')

Manage Notification

@include('layouts.flesh-message')

Read Notification

{{ csrf_field() }}
From: {{ $notification['name'] }} 31 Dec 1969 19:00:00
Subject : {{ $notification['subject'] }}
@endsection