@extends('layouts.adminapp') @section('title') {{ __('lng.Leave') }} - {{ __('lng.LeaveStudent') }} @endsection @section('active_student', 'active') @section('open_student', 'open') @section('active_leave_student', 'active') @section('content')
{{ $Student->place }} {{ $Student->mobile }} {{ $Student->Class->title ?? '' }}
{{ __('lng.BalanceAmount') }}
@currency($Balance)
@else{{ __('lng.AdvanceAmount') }}
@currency(abs($Balance))
@endif{{ __('lng.BatchYear') }}
{{ $Student->batch_year }}
{{ __('lng.Class') }} | {{$Student->Class->title ?? 'Pass Out' }} | ||
---|---|---|---|
{{ __('lng.BatchYear') }} | {{$Student->batch_year}} | ||
{{ __('lng.Fees') }} {{ __('lng.Balance') }} | @currency($FeesBalance) | @else{{ __('lng.Fees') }} {{ __('lng.Advance') }} | @currency(abs($FeesBalance)) | @endif
{{ __('lng.VehicleFees') }} {{ __('lng.Balance') }} | @currency($VehicleBalance) | @else{{ __('lng.VehicleFees') }} {{ __('lng.Advance') }} | @currency(abs($VehicleBalance)) | @endif
{{ __('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.OpeningBalance') }} | @currency($Student->openingbalance) @if($Student->DRorCR)- {{ $Student->DRorCR }} @endif | ||
{{ __('lng.HouseName') }} | {{$Student->housename}} | ||
{{ __('lng.Post') }} - {{ __('lng.Pin') }} | {{$Student->post}} - {{$Student->pincode}} | ||
{{ __('lng.Localbody1') }} | {{$Student->localbody}} | ||
{{ __('lng.District') }} | {{$Student->district}} | ||
{{ __('lng.State') }} | {{$Student->state}} |