{!! Form::label('status', __('Status')) !!} {!! Form::text('status', null, ['class' => 'form-control','placeholder' => 'Status']) !!}
{!! Form::label('operation', __('Operation')) !!} {!! Form::text('operation', null, ['class' => 'form-control','placeholder' => 'Operation']) !!}
{!! Form::label('method', __('Method')) !!} {!! Form::text('method', null, ['class' => 'form-control','placeholder' => 'Method']) !!}
{!! Form::label('type', __('Type')) !!} {!! Form::text('type', null, ['class' => 'form-control','placeholder' => 'Type']) !!}
{!! Form::label('category', __('Category')) !!} {!! Form::text('category', null, ['class' => 'form-control','placeholder' => 'Category']) !!}
{!! Form::label('purchase_transaction_id', __('Purchase Transaction Id')) !!} {!! Form::text('purchase_transaction_id', null, ['class' => 'form-control','placeholder' => 'Purchase Transaction Id']) !!}
{!! Form::label('purchase_transaction_details', __('Purchase Transaction Details')) !!} {!! Form::textarea('purchase_transaction_details', null, ['class' => 'form-control','placeholder' => 'Purchase Transaction Details','rows'=>'2']) !!}
{!! Form::label('purchase_transaction_status', __('Purchase Transaction Status')) !!} {!! Form::text('purchase_transaction_status', null, ['class' => 'form-control','placeholder' => 'Purchase Transaction Status']) !!}
{!! Form::label('new_transaction_id', __('New Transaction Id')) !!} {!! Form::text('new_transaction_id', null, ['class' => 'form-control','placeholder' => 'New Transaction Id']) !!}
{!! Form::label('new_transaction_details', __('New Transaction Details')) !!} {!! Form::textarea('new_transaction_details', null, ['class' => 'form-control','placeholder' => 'New Transaction Details','rows'=>'2']) !!}
{!! Form::label('new_transaction_status', __('New Transaction Status')) !!} {!! Form::text('new_transaction_status', null, ['class' => 'form-control','placeholder' => 'New Transaction Status']) !!}
{!! Form::label('wallet_id', __('Wallet Id')) !!} {!! Form::text('wallet_id', null, ['class' => 'form-control','placeholder' => 'Wallet Id']) !!}
{!! Form::label('wallet_details', __('Wallet Details')) !!} {!! Form::textarea('wallet_details', null, ['class' => 'form-control','placeholder' => 'Wallet Details','rows'=>'2']) !!}
{!! Form::label('wallet_country_currency_id', __('Wallet Country Currency Id')) !!} {!! Form::text('wallet_country_currency_id', null, ['class' => 'form-control','placeholder' => 'Wallet Country Currency Id']) !!}
{!! Form::label('wallet_country_currency_name', __('Wallet Country Currency Name')) !!} {!! Form::text('wallet_country_currency_name', null, ['class' => 'form-control','placeholder' => 'Wallet Country Currency Name']) !!}
{!! Form::label('wallet_country_currency_code', __('Wallet Country Currency Code')) !!} {!! Form::text('wallet_country_currency_code', null, ['class' => 'form-control','placeholder' => 'Wallet Country Currency Code']) !!}
{!! Form::label('wallet_country_currency_exchange_rate', __('Wallet Country Currency Exchange Rate')) !!} {!! Form::number('wallet_country_currency_exchange_rate', null, ['class' => 'form-control','placeholder' => 'Wallet Country Currency Exchange Rate','step'=>'any']) !!}
{!! Form::label('base_currency_id', __('Base Currency Id')) !!} {!! Form::text('base_currency_id', null, ['class' => 'form-control','placeholder' => 'Base Currency Id']) !!}
{!! Form::label('base_currency_name', __('Base Currency Name')) !!} {!! Form::text('base_currency_name', null, ['class' => 'form-control','placeholder' => 'Base Currency Name']) !!}
{!! Form::label('base_currency_code', __('Base Currency Code')) !!} {!! Form::text('base_currency_code', null, ['class' => 'form-control','placeholder' => 'Base Currency Code']) !!}
{!! Form::label('base_currency_exchange_rate', __('Base Currency Exchange Rate')) !!} {!! Form::number('base_currency_exchange_rate', null, ['class' => 'form-control','placeholder' => 'Base Currency Exchange Rate','step'=>'any']) !!}
{!! Form::label('to_add_country_currency_id', __('To Add Country Currency Id')) !!} {!! Form::text('to_add_country_currency_id', null, ['class' => 'form-control','placeholder' => 'To Add Country Currency Id']) !!}
{!! Form::label('to_add_country_currency_name', __('To Add Country Currency Name')) !!} {!! Form::text('to_add_country_currency_name', null, ['class' => 'form-control','placeholder' => 'To Add Country Currency Name']) !!}
{!! Form::label('to_add_country_currency_code', __('To Add Country Currency Code')) !!} {!! Form::text('to_add_country_currency_code', null, ['class' => 'form-control','placeholder' => 'To Add Country Currency Code']) !!}
{!! Form::label('to_add_country_currency_exchange_rate', __('To Add Country Currency Exchange Rate')) !!} {!! Form::number('to_add_country_currency_exchange_rate', null, ['class' => 'form-control','placeholder' => 'To Add Country Currency Exchange Rate','step'=>'any']) !!}
{!! Form::label('to_add_amount', __('To Add Amount')) !!} {!! Form::number('to_add_amount', null, ['class' => 'form-control','placeholder' => 'To Add Amount','step'=>'any']) !!}
{!! Form::label('to_deduct_country_currency_id', __('To Deduct Country Currency Id')) !!} {!! Form::text('to_deduct_country_currency_id', null, ['class' => 'form-control','placeholder' => 'To Deduct Country Currency Id']) !!}
{!! Form::label('to_deduct_country_currency_name', __('To Deduct Country Currency Name')) !!} {!! Form::text('to_deduct_country_currency_name', null, ['class' => 'form-control','placeholder' => 'To Deduct Country Currency Name']) !!}
{!! Form::label('to_deduct_country_currency_code', __('To Deduct Country Currency Code')) !!} {!! Form::text('to_deduct_country_currency_code', null, ['class' => 'form-control','placeholder' => 'To Deduct Country Currency Code']) !!}
{!! Form::label('to_deduct_country_currency_exchange_rate', __('To Deduct Country Currency Exchange Rate')) !!} {!! Form::number('to_deduct_country_currency_exchange_rate', null, ['class' => 'form-control','placeholder' => 'To Deduct Country Currency Exchange Rate','step'=>'any']) !!}
{!! Form::label('to_deduct_amount', __('To Deduct Amount')) !!} {!! Form::number('to_deduct_amount', null, ['class' => 'form-control','placeholder' => 'To Deduct Amount','step'=>'any']) !!}
{!! Form::label('product_id', __('Product Id')) !!} {!! Form::text('product_id', null, ['class' => 'form-control','placeholder' => 'Product Id']) !!}
{!! Form::label('product_name', __('Product Name')) !!} {!! Form::text('product_name', null, ['class' => 'form-control','placeholder' => 'Product Name']) !!}
{!! Form::label('product_referance', __('Product Referance')) !!} {!! Form::text('product_referance', null, ['class' => 'form-control','placeholder' => 'Product Referance']) !!}
{!! Form::label('product_receiving_currency', __('Product Receiving Currency')) !!} {!! Form::text('product_receiving_currency', null, ['class' => 'form-control','placeholder' => 'Product Receiving Currency']) !!}
{!! Form::label('product_receiving_amount_min', __('Product Receiving Amount Min')) !!} {!! Form::number('product_receiving_amount_min', null, ['class' => 'form-control','placeholder' => 'Product Receiving Amount Min','step'=>'any']) !!}
{!! Form::label('product_receiving_amount_max', __('Product Receiving Amount Max')) !!} {!! Form::number('product_receiving_amount_max', null, ['class' => 'form-control','placeholder' => 'Product Receiving Amount Max','step'=>'any']) !!}
{!! Form::label('product_sending_currency', __('Product Sending Currency')) !!} {!! Form::text('product_sending_currency', null, ['class' => 'form-control','placeholder' => 'Product Sending Currency']) !!}
{!! Form::label('product_sending_amount_min', __('Product Sending Amount Min')) !!} {!! Form::number('product_sending_amount_min', null, ['class' => 'form-control','placeholder' => 'Product Sending Amount Min','step'=>'any']) !!}
{!! Form::label('product_sending_amount_max', __('Product Sending Amount Max')) !!} {!! Form::number('product_sending_amount_max', null, ['class' => 'form-control','placeholder' => 'Product Sending Amount Max','step'=>'any']) !!}
{!! Form::label('new_wallet_transaction_id', __('New Wallet Transaction Id')) !!} {!! Form::text('new_wallet_transaction_id', null, ['class' => 'form-control','placeholder' => 'New Wallet Transaction Id']) !!}
{!! Form::label('new_wallet_transaction_details', __('New Wallet Transaction Details')) !!} {!! Form::textarea('new_wallet_transaction_details', null, ['class' => 'form-control','placeholder' => 'New Wallet Transaction Details','rows'=>'2']) !!}
{!! Form::label('new_wallet_transaction_type', __('New Wallet Transaction Type')) !!} {!! Form::text('new_wallet_transaction_type', null, ['class' => 'form-control','placeholder' => 'New Wallet Transaction Type']) !!}
{!! Form::label('user_id', __('User Id')) !!} {!! Form::text('user_id', null, ['class' => 'form-control','placeholder' => 'User Id']) !!}
{!! Form::label('merchant_id', __('Merchant Id')) !!} {!! Form::text('merchant_id', null, ['class' => 'form-control','placeholder' => 'Merchant Id']) !!}
{!! Form::label('agent_id', __('Agent Id')) !!} {!! Form::text('agent_id', null, ['class' => 'form-control','placeholder' => 'Agent Id']) !!}
{!! Form::label('admin_id', __('Admin Id')) !!} {!! Form::text('admin_id', null, ['class' => 'form-control','placeholder' => 'Admin Id']) !!}
{!! Form::label('phone', __('Phone')) !!} {!! Form::text('phone', null, ['class' => 'form-control','placeholder' => 'Phone']) !!}
{!! Form::label('user_name', __('User Name')) !!} {!! Form::text('user_name', null, ['class' => 'form-control','placeholder' => 'User Name']) !!}
{!! Form::label('user_referance', __('User Referance')) !!} {!! Form::text('user_referance', null, ['class' => 'form-control','placeholder' => 'User Referance']) !!}
{!! Form::label('merchant_referance', __('Merchant Referance')) !!} {!! Form::text('merchant_referance', null, ['class' => 'form-control','placeholder' => 'Merchant Referance']) !!}
{!! Form::label('agent_referance', __('Agent Referance')) !!} {!! Form::text('agent_referance', null, ['class' => 'form-control','placeholder' => 'Agent Referance']) !!}
{!! Form::label('api_provider_id', __('Api Provider Id')) !!} {!! Form::text('api_provider_id', null, ['class' => 'form-control','placeholder' => 'Api Provider Id']) !!}
{!! Form::label('api_provider_name', __('Api Provider Name')) !!} {!! Form::text('api_provider_name', null, ['class' => 'form-control','placeholder' => 'Api Provider Name']) !!}
{!! Form::label('api_provider_code', __('Api Provider Code')) !!} {!! Form::text('api_provider_code', null, ['class' => 'form-control','placeholder' => 'Api Provider Code']) !!}
{!! Form::label('note', __('Note')) !!} {!! Form::textarea('note', null, ['class' => 'form-control','placeholder' => 'Note','rows'=>'2']) !!}
{!! Form::label('created_by', __('Created By')) !!} {!! Form::text('created_by', null, ['class' => 'form-control','placeholder' => 'Created By']) !!}
{!! Form::label('details', __('Details')) !!} {!! Form::textarea('details', null, ['class' => 'form-control','placeholder' => 'Details','rows'=>'2']) !!}
{!! Form::label('parameters', __('Parameters')) !!} {!! Form::textarea('parameters', null, ['class' => 'form-control','placeholder' => 'Parameters','rows'=>'2']) !!}
{!! Form::label('request', __('Request')) !!} {!! Form::textarea('request', null, ['class' => 'form-control','placeholder' => 'Request','rows'=>'2']) !!}

{{ Form::button(' '.__('Submit'), ['type' => 'submit', 'class' => 'btn btn-primary '] ) }} {{ __("Cancel") }}
{{-- @include('includes.ckeditor') --}}