@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 {{-- --}} {{-- --}} Create
From Entry Data
{{--
--}}
S.no Name Guardian Name School View By Doctor MR No. Gr No. Duration Created By Created At Action
@endsection