@extends('backEnd.master')
@section('title')
@lang('fees.bank_payment')
@endsection
@section('mainContent')
@push('css')
@endpush
@lang('common.select_criteria')
@lang('fees.bank_payment_list')
@if (isset($feesPayments))
@foreach ($feesPayments as $bank_payment)
@php
$paid_amount = $bank_payment->PaidAmount;
@endphp
@lang('student.student_name')
@lang('fees::feesModule.view_transcation')
@lang('common.date')
@lang('fees::feesModule.amount')
@lang('common.note')
@lang('common.file')
@lang('common.status')
@lang('common.actions')
{{ @$bank_payment->feeStudentInfo->full_name }}
@lang('common.details')
{{ dateConvert($bank_payment->created_at) }}
{{ $paid_amount + $bank_payment->add_wallet_money }}
@if ($bank_payment->payment_note)
@lang('common.note')
@endif
@if (!empty($bank_payment->file))
@lang('common.file')
@endif
@if ($bank_payment->paid_status == 'pending')
@elseif($bank_payment->paid_status == 'approve')
@else
@endif