@extends ('Layouts.Application') @section ('MainContent')
@include ('Layouts.FormValidationErrors') @include ('Layouts.ErrorSuccessAndWarninMessages')
@csrf @if ($studentDetails->isNotEmpty()) @foreach ($studentDetails as $key => $student) @endforeach @endif
Student Name Roll No. Contact For SMS Father Number Mother Number
{{ $student->student_name }}
@endsection