@extends('admin.main') @section('content')

Dashboard

{{--
--}}
@if (Session::has('error_message')) @endif @if (Session::has('success_message')) @endif @if ($errors->any())
@endif
@if (auth()->guard('admin')->user()->role == 1 || auth()->guard('admin')->user()->role == 2)
@csrf
@endif
Screened Form
S.no Name Guardian Name Gender School Age View By Doctor View By Psychologist View By Nutritionist MR No. Gr No. Duration Created By Created At
@endsection