@extends('highSuperAdmin.layout') @section('title', 'New SMS Template') @section('page-name', 'New SMS Template') @section('page-detail', 'Create template for customer messages') @section('body')
@csrf
Max 1600 characters.
@if($errors->any())
    @foreach($errors->all() as $e)
  • {{ $e }}
  • @endforeach
@endif Cancel
@endsection