@extends($theme.'frontend.layouts.master') @section('title',__('Other Wallets Transaction Log')) @section('content')
| {{__('Form User Name')}} | {{__('Form Wallet')}} | {{__('Amount')}} | {{__('Charge')}} | {{__('Type')}} | |||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{($data->form_user->name)}} | {{($data->form_user_wallet->address)}} | {{$data->coin_amount}} {{$general->cp_currency}} | {{$data->charge}} {{$general->cp_currency}} | @if($data->status == 0) {{__('Panding')}} @elseif($data->status == 1) {{__('Complete')}} @elseif($data->status == 3) {{__('Reject')}} @endif | @if($data->status == 0) @endif | ||||||
|
{{__('No Data Found')}} |
|||||||||||