{!! Form::model($config, ['method' => 'PUT', 'route' => ['admin.setting.shippo.update', $config], 'id' => 'form', 'data-toggle' => 'validator']) !!}
{{ trans('app.form.config') . ' shippo' }}
{!! Form::label('sandbox', trans('app.form.environment') . '*', ['class' => 'with-help']) !!} {!! Form::select('sandbox', ['1' => trans('app.test'), '0' => trans('app.live')], null, ['class' => 'form-control select2-normal', 'required']) !!}
{!! Form::label('merchant_key', trans('packages.shippo.shippo_merchant_key') . '*', ['class' => 'with-help']) !!} {{-- --}} {!! Form::text('merchant_key', null, ['class' => 'form-control', 'placeholder' => trans('packages.shippo.shippo_merchant_key'), 'required']) !!}
{!! Form::submit(trans('app.update'), ['class' => 'btn btn-flat btn-new']) !!}
{!! Form::close() !!}