@extends('layouts.app') @section('content')
@include('mail-templates.form', [ 'edit' => true ])
{{trans('forms.lbl_cancel')}}
@stop @php $htmlTemplates = $template->languages->mapWithKeys(function($language) { return [$language->pivot->language_id => $language->pivot->html_template]; })->toJson(); @endphp @section('footer-script') @stop