@extends('layouts.app') @section('title', 'Update Email Template') @section('page-specific-style') @endsection @section('content')

Edit Email Template

@csrf @method('PUT') {{-- Template Name --}}
{{-- Code --}}
@error('code') {{ $message }} @enderror
{{-- Template Types --}} {{--
--}} {{-- Subject --}}
{{-- Email Body with Summernote --}}
Use the variable buttons to insert dynamic content into the email body.
{{-- Submit Button --}} Cancel
@endsection @section('page-specific-script') @endsection