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

{{$Student->name}}

{{$Student->mobile}} {{$Student->place}} {{$Student->Class->title}} {{$Student->batch_year}}
@if ($Balance > 0) {{__('lng.BalanceAmount')}} : @currency($Balance) @else {{__('lng.Advance')}} : @currency(abs($Balance)) @endif
{{__('lng.FeeDetails')}}
@php $si=0; $PayAmout=$PayedAmount; @endphp @foreach($SetFees as $Fee) @php $month = date("F-Y",strtotime($Fee->month)); $PayAmout-=$Fee->amount + $Fee->additional_charge; @endphp @endforeach
{{__('lng.SiNo')}} {{ __('lng.Date') }} {{ __('lng.Amount') }} {{__('lng.Paid')}}
{{++$si}} {{ $month }} @currency($Fee->amount + $Fee->additional_charge) = 0 ) checked @endif readonly>
{{__('lng.PayHistory')}}
@php $si=0; @endphp @foreach($PayFees as $PayFee) @php $Date = date("d-m-y",strtotime($PayFee->date));@endphp @endforeach
{{__('lng.SiNo')}} {{ __('lng.Month') }} {{ __('lng.PayAmount') }} {{__('lng.Action')}}
{{++$si}} {{ $Date }} @currency($PayFee->amount) {{-- --}}
@csrf @method('delete')
{{-- Modal --}} @endsection