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

Dashboard

{{--
--}}
@if (Session::has('error_message')) @endif @if (Session::has('success_message')) @endif @if ($errors->any())
@endif
{{-- --}}
Screening
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- Student Biodata --}}
S.no GR# Name DOB Action
{{-- --}} {{-- --}} @endsection