@extends('SuperAdmin.layout.layout') @section('title', 'SMS Templates') @section('page-name', 'SMS Templates') @section('page-detail', 'Templates for order/customer messages') @section('body')
Use variables: [customer_name], [order_number], [vin], [make], [model], [year], [order_items], [color], [mileage], [review_link] (review link embed), [status] (for auto-send).
@if(session('success'))No templates yet.
@else {{ $templates->links() }} @endif