@extends('SuperAdmin.layout.layout') @section('title', 'Edit SMS Template') @section('page-name', 'Edit SMS Template') @section('page-detail', 'Variables: [customer_name], [order_number], [vin], [make], [model], [year], [order_items], [color], [mileage], [review_link]') @section('body')
@csrf @method('PUT')
Use [status] for the new status in auto-send. Use [review_link] for the order review link (embed).
autosender) ? 'checked' : '' }}>
When enabled, this template is sent automatically when an order's status is updated, from the tenant's SMS number. If disabled, no auto-send (default).
@if($errors->any())
    @foreach($errors->all() as $e)
  • {{ $e }}
  • @endforeach
@endif
Cancel
@endsection