{{$page_title}}
| # | User | Amount | From | Type | Date | ||||
|---|---|---|---|---|---|---|---|---|---|
| {{($key+1) + ($gphdm_wallets->currentPage() - 1)*$gphdm_wallets->perPage()}} |
@if($gphdm_wallet->from === 'fund_emi')
User: {{App\Models\FundEmi::where('id',$gphdm_wallet->from_id)->first()->fund->user->name}} Staff: {{App\Models\FundEmi::where('id',$gphdm_wallet->from_id)->first()->fund->addedBy->name}} @elseif($gphdm_wallet->from === 'late_amount_deposite_fine' || $gphdm_wallet->from === 'nimantran_amount_deposite' || $gphdm_wallet->from === 'kyc_amount_deposite' || $gphdm_wallet->from === 'kanyadan_amount_deposite') User: {{App\Models\CustomerAmountDeposite::where('id',$gphdm_wallet->from_id)->first()->customer->name}} Staff: {{App\Models\CustomerAmountDeposite::where('id',$gphdm_wallet->from_id)->first()->staff->name}} @elseif($gphdm_wallet->from === 'fund_filing_charge') User: {{App\Models\Backend\Fund::where('id',$gphdm_wallet->from_id)->first()->user->name}} Staff: {{App\Models\Backend\Fund::where('id',$gphdm_wallet->from_id)->first()->addedBy->name}} @endif |
₹ {{$gphdm_wallet->amount}} | {{ucwords(str_replace('_',' ',$gphdm_wallet->from))}} | {{ucfirst($gphdm_wallet->type)}} | {{$gphdm_wallet->created_at}} | ||||
|
Opps!! There Are No Data Found.. |
|||||||||
{{ $gphdm_wallets->links() }}