@extends('layout.app')
@section('content')
About Reminder Voice SMS Schedule
{{-- - This setting controls when the
php artisan voice:send-reminder command will automatically run. --}}
- Days Before Expire Date: The command will target due customers who will expire in the specified number of days.
- For example, if you set "3 days", the command will send reminders to customers who have due amounts and will expire in exactly 3 days.
- Schedule Time: The time when the command will run daily. Uses 24-hour format (00:00 to 23:59). Example: 14:30 = 2:30 PM, 09:00 = 9:00 AM.
- Voice File: Select a specific voice file from your library. If not selected, the latest enabled voice will be used automatically.
- The command runs daily at the specified time and checks for customers expiring in the specified number of days.
{{-- - Note: Make sure your cron job is properly configured to run Laravel's scheduler (
php artisan schedule:run) every minute. --}}
@endsection
@section('ajax')
@endsection