@lang('messages.Update Product')
{!!Form::open(array('class'=>'form-horizontal','id'=>'updateProduct','files' => true)) !!}
{{ Form::label('item_group_name', trans('messages.Product Group Name (English)')) }}*
{!! Form::text('item_group_name', $productdetails_list[0]->group_name_en, ['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')) }}