{{ $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
|
@endif
@endforeach