@extends('layouts.adminapp') @section('content') {{-- Salary Package --}} {{__('lng.Back')}}

{{$Student->name}}

{{$Student->mobile}} {{$Student->place}}
@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