@extends('laravel-emails::backend.layout') @section('title', 'Edit Email Template') @section('content')
{{ $message }}
@if($template->is_system) System template slugs cannot be changed. @else Unique identifier used in code. @endif
You can use variables like @{{ app_name }}
The layout provides consistent header and footer for your email
Example: nameemailverification_url
This is a system template used for core functionality. It cannot be deleted, but you can modify its content and subject.
Use @{{ variable_name }} syntax for variables