@extends('layouts.app', ['title' => __tr('Google Sheets App Script')]) @section('content')
Generate Google Sheets Integration Script {{ __tr('Watch Instructions') }}
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
Select a WhatsApp message template to use.
The column index (0-based) containing phone numbers in the Google Sheet.
Add column indices for additional fields to include in the payload (field_1, field_2, etc).
@push('scripts') @endpush @endsection