@lang('fees::feesModule.view_payment_of') - ({{ $feesinvoice->invoice_id }})

@foreach ($feesTranscations as $key => $feesTranscation) @if($feesTranscation->payment_method) @endif @endforeach
@lang('common.sl') @lang('common.date') @lang('fees::feesModule.payment_method') @lang('fees::feesModule.change_method') @lang('fees::feesModule.paid_amount') @lang('fees::feesModule.waiver') @lang('fees.fine') @lang('common.action')
{{ $key }} {{ dateConvert($feesTranscation->created_at) }} {{ $feesTranscation->payment_method }} @if ( $feesTranscation->payment_method == 'Cash' || $feesTranscation->payment_method == 'Cheque' || $feesTranscation->payment_method == 'Bank') {{ Form::open(['class' => 'form-horizontal', 'route' => 'fees.change-method', 'method' => 'POST', 'id' => 'feesChangeMethod']) }}
@if ($errors->has('change_method')) {{ $errors->first('change_method') }} @endif
{{ Form::close() }} @endif
{{ $feesTranscation->paid_amount }} {{ $feesTranscation->weaver }} {{ $feesTranscation->fine }} @if ( $feesTranscation->payment_method == 'Cash' || $feesTranscation->payment_method == 'Cheque' || $feesTranscation->payment_method == 'Bank' || $feesTranscation->payment_method == 'Wallet') @endif