@extends('layouts.admin.base') @section('page-title') Notification @endsection @section('content')
{{ $notification->subject }}

Sender: {{ config('app.name') }}

Sent: {{ formatDateTime($notification->created_at) }}


{!! html_entity_decode($notification->description) !!}

Go Back
@endsection @section('scripts') @endsection