@extends('layouts.adminapp') @section('content') {{-- Salary Package --}}
{{__('lng.Back')}}
@if ($Balance <= 0)
@csrf {{__('lng.LeaveStudent')}}
@csrf {{__('lng.PassOut')}}
@else @endif

{{$Student->name}}

{{$Student->mobile}} {{$Student->place}}
@if ($Balance > 0) {{__('lng.BalanceAmount')}} : @currency($Balance) @else {{__('lng.Advance')}} : @currency(abs($Balance)) @endif
@if ($FeesBalance > 0) @else @endif @if ($VehicleBalance > 0) @else @endif @php $dob = date("F-d-Y",strtotime($Student->dob));@endphp
{{ __('lng.Class') }} {{$Student->Class->title ?? 'Pass Out' }}
{{ __('lng.BatchYear') }} {{$Student->batch_year}}
{{ __('lng.Fees') }} {{ __('lng.Balance') }} @currency($FeesBalance) {{ __('lng.Fees') }} {{ __('lng.Advance') }} @currency(abs($FeesBalance))
{{ __('lng.VehicleFees') }} {{ __('lng.Balance') }} @currency($VehicleBalance) {{ __('lng.VehicleFees') }} {{ __('lng.Advance') }} @currency(abs($VehicleBalance))
{{ __('lng.DateOfBirth') }} {{$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}}
@endsection