@extends('layouts.adminapp') @section('content') {{-- Student Batch Exam Report --}}

Student Batch Exam Report

@php $si = 0; @endphp @foreach ($Students as $Student) @endforeach
Si No Admission No. Student Name Actions
{{ ++$si }} {{ $Student->id }} {{ $Student->name }}
{{--
--}} @endsection