@extends('laravel-emails::backend.layout') @section('title', isset($layout) ? 'Edit Email Layout' : 'Create Email Layout') @section('content')

{{ isset($layout) ? 'Edit Email Layout: ' . $layout->name : 'Create New Email Layout' }}

@if ($errors->any()) @endif
@csrf @if(isset($layout)) @method('PUT') @endif

If left empty, the slug will be automatically generated from the name.

List variables that can be used in the header, footer and master template.

is_active : true)) ? 'checked' : '' }}>
is_default : false)) ? 'checked' : '' }}>

Setting this as default will unset any other default layouts.

HTML for the email header. Use {HEADER} in the master template to place this content.

Cancel
@endsection