{!! Form::label('vivape_id', __('Vivape Id')) !!}

{{ $walletTransaction->vivape_id }}

{!! Form::label('sku', __('Sku')) !!}

{{ $walletTransaction->sku }}

{!! Form::label('amount', __('Amount')) !!}

{{ $walletTransaction->amount }}

{!! Form::label('amount_local', __('Amount Local')) !!}

{{ $walletTransaction->amount_local }}

{!! Form::label('amount_total', __('Amount Total')) !!}

{{ $walletTransaction->amount_total }}

{!! Form::label('amount_payable', __('Amount Payable')) !!}

{{ $walletTransaction->amount_payable }}

{!! Form::label('exchange_rate', __('Exchange Rate')) !!}

{{ $walletTransaction->exchange_rate }}

{!! Form::label('payer_currency', __('Payer Currency')) !!}

{{ $walletTransaction->payer_currency }}

{!! Form::label('payee_currency', __('Payee Currency')) !!}

{{ $walletTransaction->payee_currency }}

{!! Form::label('commision', __('Commision')) !!}

{{ $walletTransaction->commision }}

{!! Form::label('commision_type', __('Commision Type')) !!}

{{ $walletTransaction->commision_type }}

{!! Form::label('fee', __('Fee')) !!}

{{ $walletTransaction->fee }}

{!! Form::label('discount', __('Discount')) !!}

{{ $walletTransaction->discount }}

{!! Form::label('discount_type', __('Discount Type')) !!}

{{ $walletTransaction->discount_type }}

{!! Form::label('status', __('Status')) !!}

{{ $walletTransaction->status }}

{!! Form::label('identity', __('Identity')) !!}

{{ $walletTransaction->identity }}

{!! Form::label('identity_type', __('Identity Type')) !!}

{{ $walletTransaction->identity_type }}

{!! Form::label('identity_attachment', __('Identity Attachment')) !!}

{{ $walletTransaction->identity_attachment }}

{!! Form::label('parent_type_id', __('Parent Type Id')) !!}

{{ $walletTransaction->parent_type_id }}

{!! Form::label('parent_category_id', __('Parent Category Id')) !!}

{{ $walletTransaction->parent_category_id }}

{!! Form::label('parent_status_id', __('Parent Status Id')) !!}

{{ $walletTransaction->parent_status_id }}

{!! Form::label('referance', __('Referance')) !!}

{{ $walletTransaction->referance }}

{!! Form::label('code', __('Code')) !!}

{{ $walletTransaction->code }}

{!! Form::label('title', __('Title')) !!}

{{ $walletTransaction->title }}

{!! Form::label('level', __('Level')) !!}

{{ $walletTransaction->level }}

{!! Form::label('index', __('Index')) !!}

{{ $walletTransaction->index }}

{!! Form::label('index_min', __('Index Min')) !!}

{{ $walletTransaction->index_min }}

{!! Form::label('index_max', __('Index Max')) !!}

{{ $walletTransaction->index_max }}

{!! Form::label('ranking', __('Ranking')) !!}

{{ $walletTransaction->ranking }}

{!! Form::label('priority', __('Priority')) !!}

{{ $walletTransaction->priority }}

{!! Form::label('details', __('Details')) !!}

{{ $walletTransaction->details }}

{!! Form::label('note', __('Note')) !!}

{{ $walletTransaction->note }}

{!! Form::label('parameters', __('Parameters')) !!}

{{ $walletTransaction->parameters }}

{!! Form::label('attachment', __('Attachment')) !!}

{{ $walletTransaction->attachment }}

{!! Form::label('image', __('Image')) !!}

{{ $walletTransaction->image }}

{!! Form::label('payer_wallet', __('Payer Wallet')) !!}

{{ $walletTransaction->payer_wallet }}

{!! Form::label('payee_wallet', __('Payee Wallet')) !!}

{{ $walletTransaction->payee_wallet }}

{!! Form::label('payer', __('Payer')) !!}

{{ $walletTransaction->payer }}

{!! Form::label('payee', __('Payee')) !!}

{{ $walletTransaction->payee }}

{!! Form::label('created_by', __('Created By')) !!}

{{ $walletTransaction->created_by }}

{!! Form::label('updated_by', __('Updated By')) !!}

{{ $walletTransaction->updated_by }}

{!! Form::label('created_at', __('Created At')) !!}

{{ $walletTransaction->created_at }}

{!! Form::label('updated_at', __('Updated At')) !!}

{{ $walletTransaction->updated_at }}