@extends('layouts.app') @section('content')
{{auth()->user()->name}}
Student Name: {{ auth()->user()->name }}
Age: {{ \Carbon\Carbon::parse(auth()->user()->dob)->age }} years
Gender: {{ auth()->user()->gender == 1 ? "Male" : "Female" }}
Class & Section: {{ auth()->user()->class->name ?? 'N/A' }} & {{ auth()->user()->section->name ?? 'N/A' }}
Literacy: {{ auth()->user()->section->name ?? 'N/A' }}
Name of the School:{{institute_name(auth()->user()->institute_id)}}
Type of the School: {{institution_user_type(auth()->user()->institute_id)}}
Level of the School: {{educational_level(auth()->user()->institute_id)}}
School District: {{district_name(auth()->user()->institute_id)}}