@extends('app') {{-- Web site Title --}} @section('title') Notification Detail :: @parent @stop @section('content') @if (isset($status))
{{date('d M Y', strtotime($notification->created_at))}}
{{$notification->description}}