@extends('layouts.app') @section('title', 'Create Letter Template') @section('breadcrumbs') @endsection @section('content')

Create Letter Template

Build a new letter template with dynamic variables

@csrf @include('letters::templates._form')
Cancel
@endsection