{!! 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('benefits', __('Benefits')) !!}
{!! Form::textarea('benefits', null, ['class' => 'form-control','placeholder' => 'Benefits','rows'=>'2','required']) !!}
{!! Form::label('confirmation_expiration_date', __('Confirmation Expiration Date')) !!}
{!! Form::date('confirmation_expiration_date', $dTOneTransaction->confirmation_expiration_date??date('Y-m-d'), ['class' => 'form-control','id'=>'confirmation_expiration_date','required']) !!}
@push('scripts')
@endpush
{!! Form::label('creation_date', __('Creation Date')) !!}
{!! Form::date('creation_date', $dTOneTransaction->creation_date??date('Y-m-d'), ['class' => 'form-control','id'=>'creation_date','required']) !!}
@push('scripts')
@endpush
{!! Form::label('credit_party_identifier', __('Credit Party Identifier')) !!}
{!! Form::textarea('credit_party_identifier', null, ['class' => 'form-control','placeholder' => 'Credit Party Identifier','rows'=>'2','required']) !!}
{!! Form::label('external_id', __('External Id')) !!}
{!! Form::text('external_id', null, ['class' => 'form-control','placeholder' => 'External Id','required']) !!}
{!! Form::label('new_id', __('New Id')) !!}
{!! Form::text('new_id', null, ['class' => 'form-control','placeholder' => 'New Id','required']) !!}
{!! Form::label('prices', __('Prices')) !!}
{!! Form::textarea('prices', null, ['class' => 'form-control','placeholder' => 'Prices','rows'=>'2','required']) !!}
{!! Form::label('products', __('Products')) !!}
{!! Form::textarea('products', null, ['class' => 'form-control','placeholder' => 'Products','rows'=>'2','required']) !!}
{!! Form::label('promotions', __('Promotions')) !!}
{!! Form::textarea('promotions', null, ['class' => 'form-control','placeholder' => 'Promotions','rows'=>'2','required']) !!}
{!! Form::label('rates', __('Rates')) !!}
{!! Form::textarea('rates', null, ['class' => 'form-control','placeholder' => 'Rates','rows'=>'2','required']) !!}
{!! 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($dTOneTransaction)
@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('paremeters', __('Paremeters')) !!}
{!! Form::textarea('paremeters', null, ['class' => 'form-control','placeholder' => 'Paremeters','rows'=>'2','required']) !!}
@isset($dTOneTransaction)
@endisset
{!! Form::label('attachment', __('Attachment')) !!}
{!! Form::file('attachment') !!}
@isset($dTOneTransaction)
@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('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') --}}