@extends('SuperAdmin.layout.layout') @section('title', 'Send SMS') @section('page-name', 'Send SMS to Customer') @section('page-detail', 'Order ' . $order->order_number) @section('body')
Sending to: {{ $order->customer_phone }} ({{ $order->customer_name }})
Templates support variables: [customer_name], [dealer], [order_number], [vin], [make], [model], [year], [order_items], [color], [mileage], [review_link]. These are replaced when the message is sent (including the text loaded from a template).