@extends('layouts.app') @section('title', 'SMS & WhatsApp') @section('page-title', 'Notifications') @section('content')
Send notifications to students, parents, and teachers
{{ $stats['students_with_phone'] }}
Students with phone ({{ $stats['total_students'] }} total)
{{ $stats['parents_with_phone'] }}
Parents with phone ({{ $stats['total_parents'] }} total)
{{ $stats['teachers_with_phone'] }}
Teachers with phone ({{ $stats['total_teachers'] }} total)
Choose Provider
Add to .env:
SMS_ENABLED=true SMS_PROVIDER=msg91 # or 'twilio'
MSG91 Setup
MSG91_AUTH_KEY=your_auth_key MSG91_SENDER_ID=SCHOOL MSG91_ROUTE=4
Twilio Setup
TWILIO_SID=your_account_sid TWILIO_TOKEN=your_auth_token TWILIO_FROM=+1234567890