@extends('layouts.simple.master') @section('title', 'Default') @section('css') @endsection @section('style') @endsection @section('breadcrumb-title')
Name | Client Name | Client Email | Amount | Request Type | Status | Action |
---|---|---|---|---|---|---|
{{$row->wallet_no}} cTraders | {{$row->user_fname ." ". $row->user_lname}} | {{$row->user_email}} | {{$row->amount}} | @if($row->request_type == 1) Deposit @elseif($row->request_type == 2) Withdraw @endif | @if($row->status == 1) Processing @elseif($row->status == 2) Pending @elseif($row->status == 3) Approve @elseif($row->status == 4) Denied @endif |
|