@extends('layouts.app') @section('title', '編集') @section('content')
{{-- 編集フォーム --}}
@csrf @include('admin.mail_templates._form', [ 'isEdit' => true, 'mailTemplate' => $mailTemplate, ])
{{-- 削除フォーム(非表示) --}}
@endsection