@extends('layouts.simple.master') @section('title', 'Default') @section('css') @endsection @section('style') @endsection @section('breadcrumb-title')

All Transactions

@endsection @section('breadcrumb-items') @endsection @section('content')
@if (!empty($data)) @foreach($data as $row) status == 1) data-status="processing" @elseif($row->status == 2) data-status="pending" @elseif($row->status == 3) data-status="approved" @elseif($row->status == 4) data-status="rejected" @endif @if(!empty($row->gateway_type)) data-type="{{$row->request_type}}" @else data-type="3" @endif > @endforeach @endif
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
@if (!empty($data)) @foreach($data as $row) @endforeach @endif @endsection @section('script') @endsection