@extends('layouts.student') @section('title', 'Notify Students') @section('content') Back @csrf Send To @foreach ($audienceTypes as $type) {{ str_replace('_', ' ', ucfirst($type)) }} @endforeach Class @foreach ($classes as $class) {{ $class->name }} @endforeach Subject Message {{ old('body') }} Send Notification @endsection