@extends('layouts.master') @section('css') @endsection @section('content')
@csrf @method('PUT')

Edit email template

cancel

@if ($mailTemplate->getAttachments() != null) @foreach ($mailTemplate->getAttachments() as $mailAttachment) @if (getimagesize(getFilePath($mailAttachment->path))) @else @endif @endforeach @endif
@endsection @section('js') @endsection