@extends('layouts.app') @section('title', 'Notification Template Detail') @section('content')
{{ $notificationTemplate->body }}
{{ $preview['subject'] }}
@endif{{ $preview['body'] }}
Created
{{ $notificationTemplate->created_at->format('d/m/Y H:i') }}
Updated
{{ $notificationTemplate->updated_at->format('d/m/Y H:i') }}