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

Add More Students

@if(Session::has('status'))
@endif @if(Session::has('wrong'))
@endif
@csrf
Please select session.
Please select semester name.
Please select section/group.
Please select subject name.
Please select student(s) name.

Hi User! This is multiple selection dropdown, you may search and select more than one student also.

Back to Create/Update Students List
@endsection