{!! Form::label('search_product','Product') !!} @if($product->id > 0 && !empty($title)) @else {!! Form::text('search_product' , null , ['class' => 'form-control autosearch_product','placeholder' => 'Label','required'=>'true']) !!} @endif
{!! Form::label('pro_description','Description') !!} {{-- --}} {{--
{!! $product->description !!}
--}} {{--
--}} {!! RTEForm::rte('pro_description', $product->description) !!}
{!! Form::label('pro_type','Type') !!} {!! Form::select('pro_type' , [ 'Standard' => 'Standard','Autoship' => 'Autoship','Both' => 'Standard & Autoship'] , $product->type , ['class' => 'form-control','required'=>'true']) !!}
@if($product->id > 0) @endif