@extends('layouts.adminapp') @section('title') {{ __('lng.StudentDetails') }} - {{ __('lng.PayFee') }} @endsection @section('active_student', 'active') @section('open_student', 'open') @section('active_pay_fee', '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.SiNo') }} | {{ __('lng.Date') }} | {{ __('lng.Amount') }} | {{ __('lng.Paid') }} |
---|---|---|---|
{{ ++$si }} | {{ $month }} | @currency($Fee->amount + $Fee->additional_charge) | = 0) checked @endif readonly> |
{{ __('lng.SiNo') }} | {{ __('lng.Month') }} | {{ __('lng.PayAmount') }} | {{ __('lng.Action') }} |
---|---|---|---|
{{ ++$si }} | {{ $Date }} | @currency($PayFee->amount) |
date))
title="{{ __('lng.AccountClosedEdit') }}"
@else
onclick="PaymentEditFill('{{$PayFee}}')"
title="{{ __('lng.Edit') }}"
@endif
class="btn btn-wave btn-sm btn-primary-light" data-bs-toggle="tooltip"
data-bs-placement="bottom" type="button">
@if ($Voucher->isactive)
@else
@php
echo App\Http\Controllers\VoucherTypeController ::VoucherTypeIsActive('DELETED');
@endphp
@endif
|