@extends('layouts.app') @section('title', __('Edit template').' — '.$template->name) @section('page-title', $template->name) @section('page-subtitle', $template->key) @push('head') {{-- Quill (WYSIWYG) --}} @endpush @section('content') @include('super-admin._nav') @php $localeNames = ['en' => 'English', 'fr' => 'Français', 'nl' => 'Nederlands', 'de' => 'Deutsch', 'ar' => 'العربية']; @endphp
{{ __('Use these placeholders in subject and body — they will be replaced when the email is sent.') }}
{{ $tag }}
@endforeach
@if(empty($template->variables))
{{ __('No variables declared.') }}
@endif