@extends('SuperAdmin.layout.layout') @section('title', 'New SMS Template') @section('page-name', 'New SMS Template') @section('page-detail', 'Create template with variables') @section('body')

Use these variables in the message (they will be replaced when sending): [customer_name], [order_number], [vin], [make], [model], [year], [order_items], [color], [mileage], [review_link] (Review link – embed in message for customer to leave a review)

@csrf
Max 1600 characters. Use [status] for the new status in auto-send.
When enabled, this template is sent automatically to the customer when an order's status is updated, from the tenant's SMS number. If disabled, no auto-send (default). Only one template per tenant can be the autosender.
@if($errors->any())
    @foreach($errors->all() as $e)
  • {{ $e }}
  • @endforeach
@endif
Cancel
@endsection