@extends('backend.layouts.app') @section('title', 'Wallet List') @section('page-title', 'Wallet List') @section('page-breadcrumb', 'Wallet List') @section('content')
Id | FullName | User ID | Closing Balance | Loan Amount | Created Date | User Type | Action |
---|---|---|---|---|---|---|---|
{{$user->id}} | {{$user->first_name}} {{$user->last_name}} | {{$user->user_id}} | {{$user->wallet}} | {{$user->loan}} | @php $i = $user->wallet+$i; $j = $user->loan+$j; @endphp{{$user->created_at}} | {{$user_type[$user->user_type]}} | @if(Auth::user()->user_type>3 && Auth::user()->s_access=="1") Debit @endif |
Total Wallet Amount | {{$i}} | Total Loan | {{$j}} |