@lang('lang_v1.labels_for_custom_payments'):

{!! Form::label('custom_payment_1_label', __('lang_v1.custom_payment_1')); !!} {!! Form::text('custom_labels[payments][custom_pay_1]', !empty($custom_labels['payments']['custom_pay_1']) ? $custom_labels['payments']['custom_pay_1'] : null, ['class' => 'form-control', 'id' => 'custom_payment_1']); !!}
{!! Form::label('custom_payment_2_label', __('lang_v1.custom_payment_2')); !!} {!! Form::text('custom_labels[payments][custom_pay_2]', !empty($custom_labels['payments']['custom_pay_2']) ? $custom_labels['payments']['custom_pay_2'] : null, ['class' => 'form-control', 'id' => 'custom_payment_2']); !!}
{!! Form::label('custom_payment_3_label', __('lang_v1.custom_payment_3')); !!} {!! Form::text('custom_labels[payments][custom_pay_3]', !empty($custom_labels['payments']['custom_pay_3']) ? $custom_labels['payments']['custom_pay_3'] : null, ['class' => 'form-control', 'id' => 'custom_payment_3']); !!}
{!! Form::label('custom_payment_4_label', __('lang_v1.custom_payment', ['number' => 4])); !!} {!! Form::text('custom_labels[payments][custom_pay_4]', !empty($custom_labels['payments']['custom_pay_4']) ? $custom_labels['payments']['custom_pay_4'] : null, ['class' => 'form-control', 'id' => 'custom_payment_4']); !!}
{!! Form::label('custom_payment_5_label', __('lang_v1.custom_payment', ['number' => 5])); !!} {!! Form::text('custom_labels[payments][custom_pay_5]', !empty($custom_labels['payments']['custom_pay_5']) ? $custom_labels['payments']['custom_pay_5'] : null, ['class' => 'form-control', 'id' => 'custom_payment_5']); !!}
{!! Form::label('custom_payment_6_label', __('lang_v1.custom_payment', ['number' => 6])); !!} {!! Form::text('custom_labels[payments][custom_pay_6]', !empty($custom_labels['payments']['custom_pay_6']) ? $custom_labels['payments']['custom_pay_6'] : null, ['class' => 'form-control', 'id' => 'custom_payment_6']); !!}
{!! Form::label('custom_payment_6_label', __('lang_v1.custom_payment', ['number' => 7])); !!} {!! Form::text('custom_labels[payments][custom_pay_7]', !empty($custom_labels['payments']['custom_pay_7']) ? $custom_labels['payments']['custom_pay_7'] : null, ['class' => 'form-control', 'id' => 'custom_payment_7']); !!}
{!! Form::label('custom_payment_8_label', 'Custom Payment 8'); !!} {!! Form::text('custom_labels[payments][custom_pay_8]', !empty($custom_labels['payments']['custom_pay_8']) ? $custom_labels['payments']['custom_pay_8'] : null, ['class' => 'form-control', 'id' => 'custom_payment_8']); !!}
{!! Form::label('custom_payment_9_label', 'Custom Payment 9'); !!} {!! Form::text('custom_labels[payments][custom_pay_9]', !empty($custom_labels['payments']['custom_pay_9']) ? $custom_labels['payments']['custom_pay_9'] : null, ['class' => 'form-control', 'id' => 'custom_payment_9']); !!}
{!! Form::label('custom_payment_10_label','Custom Payment 10'); !!} {!! Form::text('custom_labels[payments][custom_pay_10]', !empty($custom_labels['payments']['custom_pay_10']) ? $custom_labels['payments']['custom_pay_10'] : null, ['class' => 'form-control', 'id' => 'custom_payment_10']); !!}

@lang('lang_v1.labels_for_contact_custom_fields'):

{!! Form::label('contact_custom_field_1_label', __('lang_v1.contact_custom_field1')) !!}
{!! Form::text( 'custom_labels[contact][custom_field_1]', !empty($custom_labels['contact']['custom_field_1']) ? $custom_labels['contact']['custom_field_1'] : null, ['class' => 'form-control', 'id' => 'contact_custom_field_1_label'] ) !!}
{!! Form::label('contact_custom_field_2_label', __('lang_v1.contact_custom_field2')) !!}
{!! Form::text( 'custom_labels[contact][custom_field_2]', !empty($custom_labels['contact']['custom_field_2']) ? $custom_labels['contact']['custom_field_2'] : null, ['class' => 'form-control', 'id' => 'contact_custom_field_2_label'] ) !!}
{!! Form::label('contact_custom_field_3_label', __('lang_v1.contact_custom_field3')) !!}
{!! Form::text( 'custom_labels[contact][custom_field_3]', !empty($custom_labels['contact']['custom_field_3']) ? $custom_labels['contact']['custom_field_3'] : null, ['class' => 'form-control', 'id' => 'contact_custom_field_3_label'] ) !!}
{!! Form::label('contact_custom_field_4_label', __('lang_v1.contact_custom_field4')) !!}
{!! Form::text( 'custom_labels[contact][custom_field_4]', !empty($custom_labels['contact']['custom_field_4']) ? $custom_labels['contact']['custom_field_4'] : null, ['class' => 'form-control', 'id' => 'contact_custom_field_4_label'] ) !!}
{!! Form::label('contact_custom_field_5_label', __('lang_v1.custom_field', ['number' => 5])) !!}
{!! Form::text( 'custom_labels[contact][custom_field_5]', !empty($custom_labels['contact']['custom_field_5']) ? $custom_labels['contact']['custom_field_5'] : null, ['class' => 'form-control', 'id' => 'contact_custom_field_5_label'] ) !!}
{!! Form::label('contact_custom_field_6_label', __('lang_v1.custom_field', ['number' => 6])) !!}
{!! Form::text( 'custom_labels[contact][custom_field_6]', !empty($custom_labels['contact']['custom_field_6']) ? $custom_labels['contact']['custom_field_6'] : null, ['class' => 'form-control', 'id' => 'contact_custom_field_6_label'] ) !!}
{!! Form::label('contact_custom_field_7_label', __('lang_v1.custom_field', ['number' => 7])) !!}
{!! Form::text( 'custom_labels[contact][custom_field_7]', !empty($custom_labels['contact']['custom_field_7']) ? $custom_labels['contact']['custom_field_7'] : null, ['class' => 'form-control', 'id' => 'contact_custom_field_7_label'] ) !!}
{!! Form::label('contact_custom_field_8_label', __('lang_v1.custom_field', ['number' => 8])) !!}
{!! Form::text('custom_labels[contact][custom_field_8]', !empty($custom_labels['contact']['custom_field_8']) ? $custom_labels['contact']['custom_field_8'] : null, ['class' => 'form-control', 'id' => 'contact_custom_field_8_label']) !!}
{!! Form::label('contact_custom_field_9_label', __('lang_v1.custom_field', ['number' => 9])) !!}
{!! Form::text('custom_labels[contact][custom_field_9]', !empty($custom_labels['contact']['custom_field_9']) ? $custom_labels['contact']['custom_field_9'] : null, ['class' => 'form-control', 'id' => 'contact_custom_field_9_label']) !!}
{!! Form::label('contact_custom_field_10_label', __('lang_v1.custom_field', ['number' => 10])) !!}
{!! Form::text('custom_labels[contact][custom_field_10]', !empty($custom_labels['contact']['custom_field_10']) ? $custom_labels['contact']['custom_field_10'] : null, ['class' => 'form-control', 'id' => 'contact_custom_field_10_label']) !!}
{!! Form::label('contact_custom_field_11_label', __('lang_v1.custom_field', ['number' => 11])) !!}
{!! Form::text('custom_labels[contact][custom_field_11]', !empty($custom_labels['contact']['custom_field_11']) ? $custom_labels['contact']['custom_field_11'] : null, ['class' => 'form-control', 'id' => 'contact_custom_field_11_label']) !!}
{!! Form::label('contact_custom_field_12_label', __('lang_v1.custom_field', ['number' => 12])) !!}
{!! Form::text('custom_labels[contact][custom_field_12]', !empty($custom_labels['contact']['custom_field_12']) ? $custom_labels['contact']['custom_field_12'] : null, ['class' => 'form-control', 'id' => 'contact_custom_field_12_label']) !!}
{!! Form::label('contact_custom_field_13_label', __('lang_v1.custom_field', ['number' => 13])) !!}
{!! Form::text('custom_labels[contact][custom_field_13]', !empty($custom_labels['contact']['custom_field_13']) ? $custom_labels['contact']['custom_field_13'] : null, ['class' => 'form-control', 'id' => 'contact_custom_field_13_label']) !!}
{!! Form::label('contact_custom_field_14_label', __('lang_v1.custom_field', ['number' => 14])) !!}
{!! Form::text('custom_labels[contact][custom_field_14]', !empty($custom_labels['contact']['custom_field_14']) ? $custom_labels['contact']['custom_field_14'] : null, ['class' => 'form-control', 'id' => 'contact_custom_field_14_label']) !!}
{!! Form::label('contact_custom_field_15_label', __('lang_v1.custom_field', ['number' => 15])) !!}
{!! Form::text('custom_labels[contact][custom_field_15]', !empty($custom_labels['contact']['custom_field_15']) ? $custom_labels['contact']['custom_field_15'] : null, ['class' => 'form-control', 'id' => 'contact_custom_field_15_label']) !!}
{!! Form::label('contact_custom_field_16_label', __('lang_v1.custom_field', ['number' => 16])) !!}
{!! Form::text('custom_labels[contact][custom_field_16]', !empty($custom_labels['contact']['custom_field_16']) ? $custom_labels['contact']['custom_field_16'] : null, ['class' => 'form-control', 'id' => 'contact_custom_field_16_label']) !!}
{!! Form::label('contact_custom_field_17_label', __('lang_v1.custom_field', ['number' => 17])) !!}
{!! Form::text('custom_labels[contact][custom_field_17]', !empty($custom_labels['contact']['custom_field_17']) ? $custom_labels['contact']['custom_field_17'] : null, ['class' => 'form-control', 'id' => 'contact_custom_field_17_label']) !!}
{!! Form::label('contact_custom_field_18_label', __('lang_v1.custom_field', ['number' => 18])) !!}
{!! Form::text('custom_labels[contact][custom_field_18]', !empty($custom_labels['contact']['custom_field_18']) ? $custom_labels['contact']['custom_field_18'] : null, ['class' => 'form-control', 'id' => 'contact_custom_field_18_label']) !!}
{!! Form::label('contact_custom_field_19_label', __('lang_v1.custom_field', ['number' => 19])) !!}
{!! Form::text('custom_labels[contact][custom_field_19]', !empty($custom_labels['contact']['custom_field_19']) ? $custom_labels['contact']['custom_field_19'] : null, ['class' => 'form-control', 'id' => 'contact_custom_field_19_label']) !!}
{!! Form::label('contact_custom_field_20_label', __('lang_v1.custom_field', ['number' => 20])) !!}
{!! Form::text('custom_labels[contact][custom_field_20]', !empty($custom_labels['contact']['custom_field_20']) ? $custom_labels['contact']['custom_field_20'] : null, ['class' => 'form-control', 'id' => 'contact_custom_field_20_label']) !!}

@lang('lang_v1.labels_for_product_custom_fields'):

{!! Form::label('product_custom_field_1_label', __('lang_v1.product_custom_field1')); !!} {!! Form::text('custom_labels[product][custom_field_1]', !empty($custom_labels['product']['custom_field_1']) ? $custom_labels['product']['custom_field_1'] : null, ['class' => 'form-control', 'id' => 'product_custom_field_1_label']); !!}
{!! Form::label('product_custom_field_2_label', __('lang_v1.product_custom_field2')); !!} {!! Form::text('custom_labels[product][custom_field_2]', !empty($custom_labels['product']['custom_field_2']) ? $custom_labels['product']['custom_field_2'] : null, ['class' => 'form-control', 'id' => 'product_custom_field_2_label']); !!}
{!! Form::label('product_custom_field_3_label', __('lang_v1.product_custom_field3')); !!} {!! Form::text('custom_labels[product][custom_field_3]', !empty($custom_labels['product']['custom_field_3']) ? $custom_labels['product']['custom_field_3'] : null, ['class' => 'form-control', 'id' => 'product_custom_field_3_label']); !!}
{!! Form::label('product_custom_field_4_label', __('lang_v1.product_custom_field4')); !!} {!! Form::text('custom_labels[product][custom_field_4]', !empty($custom_labels['product']['custom_field_4']) ? $custom_labels['product']['custom_field_4'] : null, ['class' => 'form-control', 'id' => 'product_custom_field_4_label']); !!}

@lang('lang_v1.labels_for_location_custom_fields'):

{!! Form::label('location_custom_field_1_label', __('lang_v1.location_custom_field1')); !!} {!! Form::text('custom_labels[location][custom_field_1]', !empty($custom_labels['location']['custom_field_1']) ? $custom_labels['location']['custom_field_1'] : null, ['class' => 'form-control', 'id' => 'location_custom_field_1_label']); !!}
{!! Form::label('location_custom_field_2_label', __('lang_v1.location_custom_field2')); !!} {!! Form::text('custom_labels[location][custom_field_2]', !empty($custom_labels['location']['custom_field_2']) ? $custom_labels['location']['custom_field_2'] : null, ['class' => 'form-control', 'id' => 'location_custom_field_2_label']); !!}
{!! Form::label('location_custom_field_3_label', __('lang_v1.location_custom_field3')); !!} {!! Form::text('custom_labels[location][custom_field_3]', !empty($custom_labels['location']['custom_field_3']) ? $custom_labels['location']['custom_field_3'] : null, ['class' => 'form-control', 'id' => 'location_custom_field_3_label']); !!}
{!! Form::label('location_custom_field_4_label', __('lang_v1.location_custom_field4')); !!} {!! Form::text('custom_labels[location][custom_field_4]', !empty($custom_labels['location']['custom_field_4']) ? $custom_labels['location']['custom_field_4'] : null, ['class' => 'form-control', 'id' => 'location_custom_field_4_label']); !!}

@lang('lang_v1.labels_for_user_custom_fields'):

{!! Form::label('user_custom_field_1_label', __('lang_v1.user_custom_field1')); !!} {!! Form::text('custom_labels[user][custom_field_1]', !empty($custom_labels['user']['custom_field_1']) ? $custom_labels['user']['custom_field_1'] : null, ['class' => 'form-control', 'id' => 'user_custom_field_1_label']); !!}
{!! Form::label('user_custom_field_2_label', __('lang_v1.user_custom_field2')); !!} {!! Form::text('custom_labels[user][custom_field_2]', !empty($custom_labels['user']['custom_field_2']) ? $custom_labels['user']['custom_field_2'] : null, ['class' => 'form-control', 'id' => 'user_custom_field_2_label']); !!}
{!! Form::label('user_custom_field_3_label', __('lang_v1.user_custom_field3')); !!} {!! Form::text('custom_labels[user][custom_field_3]', !empty($custom_labels['user']['custom_field_3']) ? $custom_labels['user']['custom_field_3'] : null, ['class' => 'form-control', 'id' => 'user_custom_field_3_label']); !!}
{!! Form::label('user_custom_field_4_label', __('lang_v1.user_custom_field4')); !!} {!! Form::text('custom_labels[user][custom_field_4]', !empty($custom_labels['user']['custom_field_4']) ? $custom_labels['user']['custom_field_4'] : null, ['class' => 'form-control', 'id' => 'user_custom_field_4_label']); !!}

@lang('lang_v1.labels_for_purchase_custom_fields'):

{!! Form::label('purchase_custom_field_1_label', __('lang_v1.product_custom_field1')); !!}
{!! Form::text('custom_labels[purchase][custom_field_1]', !empty($custom_labels['purchase']['custom_field_1']) ? $custom_labels['purchase']['custom_field_1'] : null, ['class' => 'form-control', 'id' => 'purchase_custom_field_1_label']); !!}
{!! Form::label('purchase_custom_field_2_label', __('lang_v1.product_custom_field2')); !!}
{!! Form::text('custom_labels[purchase][custom_field_2]', !empty($custom_labels['purchase']['custom_field_2']) ? $custom_labels['purchase']['custom_field_2'] : null, ['class' => 'form-control', 'id' => 'purchase_custom_field_2_label']); !!}
{!! Form::label('purchase_custom_field_3_label', __('lang_v1.product_custom_field3')); !!}
{!! Form::text('custom_labels[purchase][custom_field_3]', !empty($custom_labels['purchase']['custom_field_3']) ? $custom_labels['purchase']['custom_field_3'] : null, ['class' => 'form-control', 'id' => 'purchase_custom_field_3_label']); !!}
{!! Form::label('purchase_custom_field_4_label', __('lang_v1.product_custom_field4')); !!}
{!! Form::text('custom_labels[purchase][custom_field_4]', !empty($custom_labels['purchase']['custom_field_4']) ? $custom_labels['purchase']['custom_field_4'] : null, ['class' => 'form-control', 'id' => 'purchase_custom_field_4_label']); !!}

@lang('lang_v1.labels_for_purchase_shipping_custom_fields'):

{!! Form::label('purchase_shipping_custom_field_1_label', __('lang_v1.custom_field', ['number' => 1])) !!}
{!! Form::text('custom_labels[purchase_shipping][custom_field_1]', !empty($custom_labels['purchase_shipping']['custom_field_1']) ? $custom_labels['purchase_shipping']['custom_field_1'] : null, ['class' => 'form-control', 'id' => 'purchase_shipping_custom_field_1_label']); !!}
{!! Form::label('purchase_shipping_custom_field_2_label', __('lang_v1.custom_field', ['number' => 2])) !!}
{!! Form::text('custom_labels[purchase_shipping][custom_field_2]', !empty($custom_labels['purchase_shipping']['custom_field_2']) ? $custom_labels['purchase_shipping']['custom_field_2'] : null, ['class' => 'form-control', 'id' => 'purchase_shipping_custom_field_2_label']); !!}
{!! Form::label('purchase_shipping_custom_field_3_label', __('lang_v1.custom_field', ['number' => 3])) !!}
{!! Form::text('custom_labels[purchase_shipping][custom_field_3]', !empty($custom_labels['purchase_shipping']['custom_field_3']) ? $custom_labels['purchase_shipping']['custom_field_3'] : null, ['class' => 'form-control', 'id' => 'purchase_shipping_custom_field_3_label']); !!}
{!! Form::label('purchase_shipping_custom_field_4_label', __('lang_v1.custom_field', ['number' => 4])) !!}
{!! Form::text('custom_labels[purchase_shipping][custom_field_4]', !empty($custom_labels['purchase_shipping']['custom_field_4']) ? $custom_labels['purchase_shipping']['custom_field_4'] : null, ['class' => 'form-control', 'id' => 'purchase_shipping_custom_field_4_label']); !!}
{!! Form::label('purchase_shipping_custom_field_5_label', __('lang_v1.custom_field', ['number' => 5])) !!}
{!! Form::text('custom_labels[purchase_shipping][custom_field_5]', !empty($custom_labels['purchase_shipping']['custom_field_5']) ? $custom_labels['purchase_shipping']['custom_field_5'] : null, ['class' => 'form-control', 'id' => 'purchase_shipping_custom_field_5_label']); !!}

@lang('Labels for product sell custom fields:'):

{{-- @dd($custom_labels) --}}
{!! Form::label('user_id', __('Select Product') . ':*' ) !!}
{!! Form::select( 'custom_labels[product_sl][product_id][]', $products ?? [], !empty($custom_labels['product_sl']['product_id']) ? $custom_labels['product_sl']['product_id'] : [], ['class' => 'form-control select2', 'id' => 'product_id', 'multiple', 'style' => 'width: 100%;'] ); !!}
{!! Form::label('product_sl_custom_field_1_label', __('lang_v1.product_custom_field1')); !!}
{!! Form::text('custom_labels[product_sl][product_sl_custom_field1]', !empty($custom_labels['product_sl']['product_sl_custom_field1']) ? $custom_labels['product_sl']['product_sl_custom_field1'] : null, ['class' => 'form-control', 'id' => 'product_sl_custom_field_1_label']); !!}
{!! Form::label('product_sl_custom_field_2_label', __('lang_v1.product_custom_field2')); !!}
{!! Form::text('custom_labels[product_sl][product_sl_custom_field2]', !empty($custom_labels['product_sl']['product_sl_custom_field2']) ? $custom_labels['product_sl']['product_sl_custom_field2'] : null, ['class' => 'form-control', 'id' => 'product_sl_custom_field_2_label']); !!}
{!! Form::label('product_sl_custom_field_3_label', __('lang_v1.product_custom_field3')); !!}
{!! Form::text('custom_labels[product_sl][product_sl_custom_field3]', !empty($custom_labels['product_sl']['product_sl_custom_field3']) ? $custom_labels['product_sl']['product_sl_custom_field3'] : null, ['class' => 'form-control', 'id' => 'product_sl_custom_field_3_label']); !!}
{!! Form::label('product_sl_custom_field_4_label', __('lang_v1.product_custom_field4')); !!}
{!! Form::text('custom_labels[product_sl][product_sl_custom_field4]', !empty($custom_labels['product_sl']['product_sl_custom_field4']) ? $custom_labels['product_sl']['product_sl_custom_field4'] : null, ['class' => 'form-control', 'id' => 'product_sl_custom_field_4_label']); !!}

@lang('lang_v1.labels_for_sell_custom_fields'):

{!! Form::label('sell_custom_field_1_label', __('lang_v1.product_custom_field1')); !!}
{!! Form::text('custom_labels[sell][custom_field_1]', !empty($custom_labels['sell']['custom_field_1']) ? $custom_labels['sell']['custom_field_1'] : null, ['class' => 'form-control', 'id' => 'sell_custom_field_1_label']); !!}
{!! Form::label('sell_custom_field_2_label', __('lang_v1.product_custom_field2')); !!}
{!! Form::text('custom_labels[sell][custom_field_2]', !empty($custom_labels['sell']['custom_field_2']) ? $custom_labels['sell']['custom_field_2'] : null, ['class' => 'form-control', 'id' => 'sell_custom_field_2_label']); !!}
{!! Form::label('sell_custom_field_3_label', __('lang_v1.product_custom_field3')); !!}
{!! Form::text('custom_labels[sell][custom_field_3]', !empty($custom_labels['sell']['custom_field_3']) ? $custom_labels['sell']['custom_field_3'] : null, ['class' => 'form-control', 'id' => 'sell_custom_field_3_label']); !!}
{!! Form::label('sell_custom_field_4_label', __('lang_v1.product_custom_field4')); !!}
{!! Form::text('custom_labels[sell][custom_field_4]', !empty($custom_labels['sell']['custom_field_4']) ? $custom_labels['sell']['custom_field_4'] : null, ['class' => 'form-control', 'id' => 'sell_custom_field_4_label']); !!}

@lang('lang_v1.labels_for_sale_shipping_custom_fields'):

{!! Form::label('shipping_custom_field_1_label', __('lang_v1.custom_field', ['number' => 1])) !!}
{!! Form::text('custom_labels[shipping][custom_field_1]', !empty($custom_labels['shipping']['custom_field_1']) ? $custom_labels['shipping']['custom_field_1'] : null, ['class' => 'form-control', 'id' => 'shipping_custom_field_1_label']); !!}
 
{!! Form::label('shipping_custom_field_2_label', __('lang_v1.custom_field', ['number' => 2])) !!}
{!! Form::text('custom_labels[shipping][custom_field_2]', !empty($custom_labels['shipping']['custom_field_2']) ? $custom_labels['shipping']['custom_field_2'] : null, ['class' => 'form-control', 'id' => 'shipping_custom_field_2_label']); !!}
 
{!! Form::label('shipping_custom_field_3_label', __('lang_v1.custom_field', ['number' => 3])) !!}
{!! Form::text('custom_labels[shipping][custom_field_3]', !empty($custom_labels['shipping']['custom_field_3']) ? $custom_labels['shipping']['custom_field_3'] : null, ['class' => 'form-control', 'id' => 'shipping_custom_field_3_label']); !!}
 
{!! Form::label('shipping_custom_field_4_label', __('lang_v1.custom_field', ['number' => 4])) !!}
{!! Form::text('custom_labels[shipping][custom_field_4]', !empty($custom_labels['shipping']['custom_field_4']) ? $custom_labels['shipping']['custom_field_4'] : null, ['class' => 'form-control', 'id' => 'shipping_custom_field_4_label']); !!}
 
{!! Form::label('shipping_custom_field_5_label', __('lang_v1.custom_field', ['number' => 5])) !!}
{!! Form::text('custom_labels[shipping][custom_field_5]', !empty($custom_labels['shipping']['custom_field_5']) ? $custom_labels['shipping']['custom_field_5'] : null, ['class' => 'form-control', 'id' => 'shipping_custom_field_5_label']); !!}
 

@lang('lang_v1.labels_for_types_of_service_custom_fields'):

{!! Form::label('types_of_service_custom_field_1_label', __('lang_v1.service_custom_field_1')); !!} {!! Form::text('custom_labels[types_of_service][custom_field_1]', !empty($custom_labels['types_of_service']['custom_field_1']) ? $custom_labels['types_of_service']['custom_field_1'] : null, ['class' => 'form-control', 'id' => 'types_of_service_custom_field_1_label']); !!}
{!! Form::label('types_of_service_custom_field_2_label', __('lang_v1.service_custom_field_2')); !!} {!! Form::text('custom_labels[types_of_service][custom_field_2]', !empty($custom_labels['types_of_service']['custom_field_2']) ? $custom_labels['types_of_service']['custom_field_2'] : null, ['class' => 'form-control', 'id' => 'types_of_service_custom_field_2_label']); !!}
{!! Form::label('types_of_service_custom_field_3_label', __('lang_v1.service_custom_field_3')); !!} {!! Form::text('custom_labels[types_of_service][custom_field_3]', !empty($custom_labels['types_of_service']['custom_field_3']) ? $custom_labels['types_of_service']['custom_field_3'] : null, ['class' => 'form-control', 'id' => 'types_of_service_custom_field_3_label']); !!}
{!! Form::label('types_of_service_custom_field_4_label', __('lang_v1.service_custom_field_4')); !!} {!! Form::text('custom_labels[types_of_service][custom_field_4]', !empty($custom_labels['types_of_service']['custom_field_4']) ? $custom_labels['types_of_service']['custom_field_4'] : null, ['class' => 'form-control', 'id' => 'types_of_service_custom_field_4_label']); !!}
{!! Form::label('types_of_service_custom_field_5_label', __('lang_v1.custom_field', ['number' => 5])); !!} {!! Form::text('custom_labels[types_of_service][custom_field_5]', !empty($custom_labels['types_of_service']['custom_field_5']) ? $custom_labels['types_of_service']['custom_field_5'] : null, ['class' => 'form-control', 'id' => 'types_of_service_custom_field_5_label']); !!}
{!! Form::label('types_of_service_custom_field_6_label', __('lang_v1.custom_field', ['number' => 6])); !!} {!! Form::text('custom_labels[types_of_service][custom_field_6]', !empty($custom_labels['types_of_service']['custom_field_6']) ? $custom_labels['types_of_service']['custom_field_6'] : null, ['class' => 'form-control', 'id' => 'types_of_service_custom_field_6_label']); !!}