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

Edit SMS Template

@csrf @method('PUT') {{-- Template Name --}}
{{-- Email Body with Summernote --}}
{{-- --}}
{{ strlen($template->content) }}/320 characters
Use the variable buttons to insert dynamic content into the sms message.
{{-- Submit Button --}} Cancel
@endsection @section('page-specific-script') @endsection