@lang('fees.title') | @lang('fees.due_date') | @lang('fees.amount') | |
---|---|---|---|
|
installmentAssign ? 'readonly' :'' }} value="{{ isset($installment) ? $installment->percentange : 0 }}">
@if ($errors->has('unPercentage'))
{{ $errors->first('unPercentage') }}
@endif
|
@if(!$fees_master->installments)
@endif | |
|
|
||
@lang('exam.total') | @if ($errors->has('totalInstallmentAmount')) {{ $errors->first('totalInstallmentAmount') }} @endif |
@lang('common.name') | @lang('fees.amount') | @lang('fees.installment') | @lang('common.action') |
---|---|---|---|
@php $i = 0; @endphp @foreach($values as $fees_master) @php $i++; @endphp @if($i == 1) {{@$fees_master->feesGroups->name}} @endif @endforeach |
@foreach($values as $fees_master)
{{ currency_format((float)$fees_master->amount)}}
|
@foreach($values as $fees_master)
@foreach ($fees_master->installments as $instalment)
{{ $instalment->title .'['. $instalment->due_date .']'. '['. (( $instalment->percentange)) .']' }} @endforeach @endforeach |
@php $i = 0; @endphp
@foreach($values as $fees_master)
@php $i++; @endphp
@if($i == 1)
|