@extends('member') {{-- Web site Title --}} @section('title') Notification Detail :: @parent @stop @section('content') @if (isset($status))
@endif
@include('partials.nav')

Notification

Detail

Notification Detail

{{$notification->title}}

{{date('d M Y', strtotime($notification->created_at))}}

{{$notification->description}}

@endsection {{-- Scripts --}} @section('scripts') @parent @endsection