@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')
{{ $Student->place }} {{ $Student->mobile }} {{ $Student->Class->title ?? __('lng.PassOut') }}
{{ __('lng.BalanceAmount') }} | @currency($Student->openingbalance) |
---|---|
{{ __('lng.Narration') }} | {{$Student->narration}} |
{{ __('lng.DateOfBirth') }} | @php $dob = date("F-d-Y",strtotime($Student->dob));@endphp{{$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}} |