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

Create New Email Template

{{-- Form for creating a new template --}}
@csrf {{-- Template Name --}}
{{-- 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