{{school('country')->code == 'BD' ? ' Subject Students of Class' : 'Course Students of Grade '}}: {{$student->student->section->class->name}} @lang('Section'): {{$student->student->section->section_number}}
@break @endforeach@lang('Select Students to send message')
@endif
@if(count($students) > 0)
@else
|
|
@lang('Student Code') | @lang('Roll') | @lang('Student Name') |
|---|---|---|---|
|
|
{{$student->student->student_code}} | {{$student->student->class_roll}} | {{$student->student->name}} |
@if (session('status'))
@endif
{{ session('status') }}
@endif
@if ($errors->any())
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
@lang('No Related Data Found.')
@endif