{!! Form::label('vivape_id', __('Vivape Id')) !!}
{!! Form::text('vivape_id', null, ['class' => 'form-control','placeholder' => 'Vivape Id','required']) !!}
{!! Form::label('sku', __('Sku')) !!}
{!! Form::text('sku', null, ['class' => 'form-control','placeholder' => 'Sku','required']) !!}
{!! Form::label('amount', __('Amount')) !!}
{!! Form::number('amount', null, ['class' => 'form-control','placeholder' => 'Amount','step'=>'any','required']) !!}
{!! Form::label('amount_local', __('Amount Local')) !!}
{!! Form::number('amount_local', null, ['class' => 'form-control','placeholder' => 'Amount Local','step'=>'any','required']) !!}
{!! Form::label('amount_total', __('Amount Total')) !!}
{!! Form::number('amount_total', null, ['class' => 'form-control','placeholder' => 'Amount Total','step'=>'any','required']) !!}
{!! Form::label('amount_payable', __('Amount Payable')) !!}
{!! Form::number('amount_payable', null, ['class' => 'form-control','placeholder' => 'Amount Payable','step'=>'any','required']) !!}
{!! Form::label('exchange_rate', __('Exchange Rate')) !!}
{!! Form::number('exchange_rate', null, ['class' => 'form-control','placeholder' => 'Exchange Rate','step'=>'any','required']) !!}
{!! Form::label('payer_currency', __('Payer Currency')) !!}
{!! Form::text('payer_currency', null, ['class' => 'form-control','placeholder' => 'Payer Currency','required']) !!}
{!! Form::label('payee_currency', __('Payee Currency')) !!}
{!! Form::text('payee_currency', null, ['class' => 'form-control','placeholder' => 'Payee Currency','required']) !!}
{!! Form::label('commision', __('Commision')) !!}
{!! Form::number('commision', null, ['class' => 'form-control','placeholder' => 'Commision','step'=>'any','required']) !!}
{!! Form::label('commision_type', __('Commision Type')) !!}
{!! Form::select('commision_type', $parent_typeItems, null, ['class' => 'form-control','placeholder' => 'Commision Type']) !!}
{!! Form::label('fee', __('Fee')) !!}
{!! Form::number('fee', null, ['class' => 'form-control','placeholder' => 'Fee','step'=>'any','required']) !!}
{!! Form::label('discount', __('Discount')) !!}
{!! Form::number('discount', null, ['class' => 'form-control','placeholder' => 'Discount','step'=>'any','required']) !!}
{!! Form::label('discount_type', __('Discount Type')) !!}
{!! Form::select('discount_type', $parent_typeItems, null, ['class' => 'form-control','placeholder' => 'Discount Type']) !!}
{!! Form::label('status', __('Status')) !!}
{!! Form::textarea('status', null, ['class' => 'form-control','placeholder' => 'Status','rows'=>'2','required']) !!}
{!! Form::label('identity', __('Identity')) !!}
{!! Form::textarea('identity', null, ['class' => 'form-control','placeholder' => 'Identity','rows'=>'2','required']) !!}
{!! Form::label('identity_type', __('Identity Type')) !!}
{!! Form::text('identity_type', null, ['class' => 'form-control','placeholder' => 'Identity Type','required']) !!}
@isset($walletTransaction)
@endisset
{!! Form::label('identity_attachment', __('Identity Attachment')) !!}
{!! Form::file('identity_attachment') !!}
{!! Form::label('parent_type_id', __('Parent Type Id')) !!}
{!! Form::select('parent_type_id', $parent_typeItems, null, ['class' => 'form-control','placeholder' => 'Parent Type Id']) !!}
{!! Form::label('parent_category_id', __('Parent Category Id')) !!}
{!! Form::select('parent_category_id', $parent_categoryItems, null, ['class' => 'form-control','placeholder' => 'Parent Category Id']) !!}
{!! Form::label('parent_status_id', __('Parent Status Id')) !!}
{!! Form::select('parent_status_id', $parent_statusItems, null, ['class' => 'form-control','placeholder' => 'Parent Status Id']) !!}
{!! Form::label('referance', __('Referance')) !!}
{!! Form::text('referance', null, ['class' => 'form-control','placeholder' => 'Referance','required']) !!}
{!! Form::label('code', __('Code')) !!}
{!! Form::text('code', null, ['class' => 'form-control','placeholder' => 'Code','required']) !!}
{!! Form::label('title', __('Title')) !!}
{!! Form::text('title', null, ['class' => 'form-control','placeholder' => 'Title','required']) !!}
{!! Form::label('level', __('Level')) !!}
{!! Form::text('level', null, ['class' => 'form-control','placeholder' => 'Level','required']) !!}
{!! Form::label('index', __('Index')) !!}
{!! Form::text('index', null, ['class' => 'form-control','placeholder' => 'Index','required']) !!}
{!! Form::label('index_min', __('Index Min')) !!}
{!! Form::text('index_min', null, ['class' => 'form-control','placeholder' => 'Index Min','required']) !!}
{!! Form::label('index_max', __('Index Max')) !!}
{!! Form::text('index_max', null, ['class' => 'form-control','placeholder' => 'Index Max','required']) !!}
{!! Form::label('ranking', __('Ranking')) !!}
{!! Form::text('ranking', null, ['class' => 'form-control','placeholder' => 'Ranking','required']) !!}
{!! Form::label('priority', __('Priority')) !!}
{!! Form::text('priority', null, ['class' => 'form-control','placeholder' => 'Priority','required']) !!}
{!! Form::label('details', __('Details')) !!}
{!! Form::textarea('details', null, ['class' => 'form-control','placeholder' => 'Details','rows'=>'2','required']) !!}
{!! Form::label('note', __('Note')) !!}
{!! Form::textarea('note', null, ['class' => 'form-control','placeholder' => 'Note','rows'=>'2','required']) !!}
{!! Form::label('parameters', __('Parameters')) !!}
{!! Form::textarea('parameters', null, ['class' => 'form-control','placeholder' => 'Parameters','rows'=>'2','required']) !!}
@isset($walletTransaction)
@endisset
{!! Form::label('attachment', __('Attachment')) !!}
{!! Form::file('attachment') !!}
@isset($walletTransaction)
@endisset
{!! Form::label('image', __('Image')) !!}
{!! Form::file('image') !!}
{!! Form::label('payer_wallet', __('Payer Wallet')) !!}
{!! Form::select('payer_wallet', $walletItems, null, ['class' => 'form-control','placeholder' => 'Payer Wallet']) !!}
{!! Form::label('payee_wallet', __('Payee Wallet')) !!}
{!! Form::select('payee_wallet', $walletItems, null, ['class' => 'form-control','placeholder' => 'Payee Wallet']) !!}
{!! Form::label('payer', __('Payer')) !!}
{!! Form::select('payer', $userItems, null, ['class' => 'form-control','placeholder' => 'Payer']) !!}
{!! Form::label('payee', __('Payee')) !!}
{!! Form::select('payee', $userItems, null, ['class' => 'form-control','placeholder' => 'Payee']) !!}
{!! Form::label('created_by', __('Created By')) !!}
{!! Form::select('created_by', $userItems, null, ['class' => 'form-control','placeholder' => 'Created By']) !!}
{!! Form::label('updated_by', __('Updated By')) !!}
{!! Form::select('updated_by', $userItems, null, ['class' => 'form-control','placeholder' => 'Updated By']) !!}
{{-- @include('includes.ckeditor') --}}