@extends('layouts.studentapp') @section('content') {{-- Student Details --}}
--}}
{{-- {{ $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 }} |