{!! Form::text('name', null , ['class' => 'form-control','id' => "full-name-column" , 'placeholder' => trans('dashboard.product.name')]) !!}
{{--
--}}
{!! Form::select("category_id", $categories, null, ['class' => 'select2 form-control', 'placeholder' => trans('dashboard.category.category')]) !!}
{!! Form::text('price', null , ['class' => 'form-control','id' => "full-price-column" , 'placeholder' => trans('dashboard.product.price')]) !!}
{!! Form::select("quantity_name", trans('dashboard.product.quantity_names'), null, ['class' => 'select2 form-control', 'placeholder' => trans('dashboard.product.quantity_name')]) !!}
{{--
{!! Form::select('district_id', $districts, null , ['class' => 'select2 w-100' , 'placeholder' => trans('dashboard.district.district') , 'id' => 'modern-country']) !!}
--}}