@extends('layouts.app') @section('title')View Notification @endsection @section('content') Manage Notification Home Notification @include('layouts.flesh-message') Read Notification {{ csrf_field() }} Back From: {{ $notification['name'] }} 31 Dec 1969 19:00:00 Subject : {{ $notification['subject'] }} @endsection