@extends('backend.layouts.app') @section('title', @$data['title']) @section('content') {!! breadcrumb([ 'title' => @$data['title'], route('admin.dashboard') => _trans('common.Dashboard'), '#' => @$data['title'], ]) !!}
| {{ _trans('common.Message') }} | {{ _trans('common.Created_at') }} | ||
|---|---|---|---|
{{ @$notification->title }}{!! @$notification->body !!} |
{{ @$notification->created_at?->diffForHumans() }}
|
||
|
|||