@extends('dashboard_connect.dash_master') @section('pagescontents')

Monthly Attendance - Send Message

@csrf @if(Session::has('status'))
@endif @if(Session::has('wrong'))
@endif
Please select session.
Please select semester name.
Please select attendance month.
Please select attendance type.
Please select section.
Enter percentage from (in numbers).
Enter percentage to (in numbers).
Please select paper name.
@if(!empty($subjectid) && !empty($sessionid) && $percfrom>=0 && $percto>=0)

Students Attendance Data : {{ getpapername($subjectid) }} - {{ $attdtype }}

@csrf
Please select atleast one student.
Please enter some text.
@endif @endsection