@extends('Layout.admindashboard') @section('css') @endsection @section('content')
| Sr.No | User id | Name | Transaction No. | Amount | Status | Created | Action | |||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ appvalidate($history->userid) }} | {{ appvalidate(userdetail($history->userid, 'name')) }} | {{ appvalidate($history->transactionno) }} | ₹{{ appvalidate(number_format($history->amount, 2)) }} | {{ dformat($history->created_at, 'd-m-Y') }} | @if ($history->status == 0) @else @endif | ||||||
| No Withdrawal history found!! | ||||||||||||