@extends('layouts.admin') @section('title', 'Fee Reminders') @section('page-title', 'Fee Reminders Setup') @section('content')
Select students from the table and enter the reminder message below. Reminders are dispatched directly to the mapped parents via simulated SMS.
| Student | Class / Section | Parent Details | |
|---|---|---|---|
| {{ $std->name }} Roll: {{ $std->roll_number }} | {{ $std->schoolClass->name }} - {{ $std->section->name }} | @foreach($std->parents as $p) {{ $p->name }} Mob: {{ $p->mobile }} @endforeach | |
| No students added to the system database. | |||