@lang('messages.Create Product')
{!!Form::open(array('class'=>'form-horizontal','id'=>'product_form','files' => true)) !!}
{{ Form::label('item_group_name', trans('messages.Product Group Name (English)')) }}*
{!! Form::text('item_group_name', '', ['data-provide' => 'typeahead','id' => 'item_group_name', 'class' => 'form-control typeahead', 'placeholder' => trans('messages.Product Group Name'), 'maxlength'=>'250']) !!}
{{ Form::label('item_group_brand', trans('messages.Product Group Brand')) }}
*
{{ Form::label('group_based', trans('messages.Is this a weight-based product?')) }}*
{{ Form::label('manufacturer_id', trans('messages.Product Manufacturer')) }}
*
{{ Form::label('meta_keywords', trans('messages.Meta Keyword')) }}
{{ Form::label('item_tags', trans('messages.Product Tags')) }}
{{ Form::label('meta_description', trans('messages.Meta Description')) }}
{!! Form::textarea('meta_description', '', ['id' => 'meta_description', 'class' => 'form-control', 'placeholder' => trans('messages.Meta Description'), 'maxlength' => '300', 'rows' => '3', 'cols' => '40']) !!}