@else
@foreach($savedTemplates as $tpl)
@endforeach
@endif
{{-- Save --}}
{{-- Preview Toggle --}}
{{-- Use in Campaign --}}
{{-- Main Content Area --}}
{{-- Preview Mode: Full Width iframe --}}
@if($showPreview)
{{ __('Email Preview') }}
{{-- {{ }} already HTML-escapes once, which is exactly
what srcdoc needs. Using e() *inside* {{ }} double-
escapes and makes the iframe render the HTML as
plain text instead of an email. --}}
@else
{{-- Left Panel: Block Palette --}}
{{ __('Content Blocks') }}
@foreach($this->availableBlockTypes as $type => $config)