@extends('layouts.app') @section('title', __('Email Templates')) @section('page-title', __('Email Templates')) @section('page-subtitle', __('Edit per-locale subject and body for every email the platform sends.')) @section('content') @include('super-admin._nav') @php $icons = [ 'verify_email' => ['shield', 'from-blue-500 to-blue-700'], 'reset_password' => ['shield', 'from-rose-500 to-rose-700'], 'user_welcome' => ['user', 'from-emerald-500 to-emerald-700'], 'user_invited' => ['users', 'from-indigo-500 to-indigo-700'], 'tenant_created' => ['building', 'from-amber-500 to-amber-700'], 'notification_generic' => ['bell', 'from-violet-500 to-violet-700'], ]; @endphp {{-- Stats --}}
{{ $tpl->key }}
php artisan db:seed --class=EmailTemplateSeeder