@extends('layouts.adminapp') @section('content') {{-- Student Details --}}

Student Details

{{ $Student->name }}

{{ $Student->mobile }}

{{ $Student->user->email }}

{{ $Student->whatsapp }}

Admission No. : {{ $Student->admission_no }}
Batch : {{ $Student->batchcourse->batch->title }}
Course : {{ $Student->batchcourse->course->title }}
Father Name : {{ $Student->fathername }}
Mother Name : {{ $Student->mothername }}
Guardian Name : {{ $Student->guardian }}
Relation with Guardian Name : {{ $Student->guardianrelation }}
Date of Birth : {{ date('d-m-Y', strtotime($Student->dob)) }}
House : {{ $Student->housename }}
Place : {{ $Student->place }}
Post : {{ $Student->post }}
Panchayath/Municipality/Corporation : {{ $Student->localbody }}
Pin : {{ $Student->pincode }}
District : {{ $Student->district }}
State : {{ $Student->state }}
Documents
Student Individual Exam Details
Student Marks Details
Individual Report
Create Certificate
{{ __('lng.Alumni') }}
@endsection