@extends('layouts.adminapp') @section('title') {{ __('lng.PassOutStudentReport') }} - {{ __('lng.StudentDetails') }} @endsection @section('active_report', 'active') @section('open_report', 'open') @section('open_student_report', 'open') @section('active_student_report', 'active') @section('active_student_pass_out_report', 'active') @section('content')

{{ __('lng.StudentDetails') }}

{{ $Student->name }}
{{ __('lng.Back') }}

{{ $Student->place }} {{ $Student->mobile }} {{ $Student->Class->title ?? __('lng.PassOut') }}

@if($Student->DRorCR == 'Dr') @endif @php $dob = date("F-d-Y",strtotime($Student->dob));@endphp
{{ __('lng.BalanceAmount') }} @currency($Student->openingbalance)
{{ __('lng.Narration') }} {{$Student->narration}}
{{ __('lng.DateOfBirth') }} {{$dob}}
{{ __('lng.Gender') }} {{$Student->gender}}
{{ __('lng.FatherName') }} {{$Student->fathername}}
{{ __('lng.MotherName') }} {{$Student->mothername}}
{{ __('lng.GuardianName') }} {{$Student->guardian}}
{{ __('lng.GuardianRelation') }} {{$Student->guardianrelation}}
{{ __('lng.HouseName') }} {{$Student->housename}}
{{ __('lng.Post') }} - {{ __('lng.Pin') }} {{$Student->post}} - {{$Student->pincode}}
{{ __('lng.Localbody1') }} {{$Student->localbody}}
{{ __('lng.District') }} {{$Student->district}}
{{ __('lng.State') }} {{$Student->state}}
@endsection