@extends('layouts.admin.base') @section('page-title') Notification @endsection @section('content')
Sender: {{ config('app.name') }}
Sent: {{ formatDateTime($notification->created_at) }}
{!! html_entity_decode($notification->description) !!}