@extends('layouts.master') @section('title', 'Send Message') @section('content')
@csrf
Select Student to message an individual student or Batch to message all students in a batch.
@error('student') {{ $message }} @enderror
@error('batch') {{ $message }} @enderror
@error('note') {{ $message }} @enderror
@endsection @push('js') @endpush