{!! Form::label('ProviderCode', __('Providercode')) !!} {!! Form::text('ProviderCode', null, ['class' => 'form-control','placeholder' => 'Providercode','required']) !!}
{!! Form::label('CountryIso', __('Countryiso')) !!} {!! Form::text('CountryIso', null, ['class' => 'form-control','placeholder' => 'Countryiso','required']) !!}
{!! Form::label('Name', __('Name')) !!} {!! Form::text('Name', null, ['class' => 'form-control','placeholder' => 'Name','required']) !!}
{!! Form::label('ValidationRegex', __('Validationregex')) !!} {!! Form::text('ValidationRegex', null, ['class' => 'form-control','placeholder' => 'Validationregex','required']) !!}
{!! Form::label('CustomerCareNumber', __('Customercarenumber')) !!} {!! Form::text('CustomerCareNumber', null, ['class' => 'form-control','placeholder' => 'Customercarenumber','required']) !!}
{!! Form::label('RegionCodes', __('Regioncodes')) !!} {!! Form::textarea('RegionCodes', null, ['class' => 'form-control','placeholder' => 'Regioncodes','rows'=>'2','required']) !!}
{!! Form::label('PaymentTypes', __('Paymenttypes')) !!} {!! Form::textarea('PaymentTypes', null, ['class' => 'form-control','placeholder' => 'Paymenttypes','rows'=>'2','required']) !!}
{!! Form::label('LogoUrl', __('Logourl')) !!} {!! Form::textarea('LogoUrl', null, ['class' => 'form-control','placeholder' => 'Logourl','rows'=>'2','required']) !!}
{!! Form::label('note', __('Note')) !!} {!! Form::textarea('note', null, ['class' => 'form-control','placeholder' => 'Note','rows'=>'2','required']) !!}
{!! Form::label('created_by', __('Created By')) !!} {!! Form::number('created_by', null, ['class' => 'form-control','placeholder' => 'Created By','step'=>'any','required']) !!}
{!! Form::label('updated_by', __('Updated By')) !!} {!! Form::number('updated_by', null, ['class' => 'form-control','placeholder' => 'Updated By','step'=>'any','required']) !!}

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