@extends('layouts.app') @section('title', 'Send Notifications | Institution Axis') @section('sidebar-menu') @include('schooladmin.partials.sidebar') @endsection @section('breadcrumb') Home / Communication / Send Notifications @endsection @section('content')
Compose Message
@csrf
0 characters (0 segments)

Select recipients from the list on the right.


Recipients
@foreach($teachers as $teacher)
@endforeach
@foreach($parents as $parent)
@endforeach
@foreach($students as $student)
@endforeach
@endsection @section('custom-styles') @endsection @section('custom-scripts') @endsection