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

Create New SMS Template

{{-- Form for creating a new template --}}
@csrf {{-- Template Name --}}
{{-- Email Body with Summernote --}}
{{-- --}}
0/320 characters
Use the variable buttons to insert dynamic content into the sms message.
{{-- Submit Button --}} Cancel
@endsection @section('page-specific-script') @endsection