@extends('layouts.location') @section('title', 'Auto Msg') @section('page-title', 'Auto Message') @push('styles') @endpush @section('content')
Send Auto Message
@csrf
Enter the user's phone number (with or without country code)
@endsection @push('scripts') @endpush