@extends('layouts.master') @section('title', __("title.notification")) @section('pageContent') @include('layouts.breadcrumb', ['title' => __("breadcrumb.notification_title"), 'subtitle' => __("breadcrumb.notification_subtitle")])
{{ $notification->created_at->format('d/m/Y à H:i') }}
{!! $notification->data['message'] !!}