@component('components.widget', ['class' => 'box-solid'])
{!! Form::label('location_id', __('purchase.business_location').':') !!}
{!! Form::select('location_id', $business_locations, null, ['class' => 'form-control', 'placeholder' => __('messages.please_select')]); !!}
{!! Form::label('color', __('productcatalogue::lang.qr_code_color').':') !!}
{!! Form::text('color', '#000000', ['class' => 'form-control']); !!}
{!! Form::label('title', __('productcatalogue::lang.title').':') !!}
{!! Form::text('title', $business->name, ['class' => 'form-control']); !!}
{!! Form::label('subtitle', __('productcatalogue::lang.subtitle').':') !!}
{!! Form::text('subtitle', __('productcatalogue::lang.product_catalogue'), ['class' => 'form-control']); !!}
@endcomponent
@component('components.widget', ['class' => 'box-solid'])
@lang('lang_v1.instruction'):
1 |
@lang( 'productcatalogue::lang.catalogue_instruction_1' ) |
2 |
@lang( 'productcatalogue::lang.catalogue_instruction_2' ) |
3 |
@lang( 'productcatalogue::lang.catalogue_instruction_3' ) |
@endcomponent