@extends('layouts.app') @section('title', __( 'productcatalogue::lang.catalogue_qr' )) @section('content')

@lang( 'productcatalogue::lang.catalogue_qr' )

@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']); !!}

@endcomponent
@component('components.widget', ['class' => 'box-solid']) @endcomponent
@stop @section('javascript') @endsection