Nuevo Producto
@if (count($errors)>0)
@endif
-
@foreach ($errors->all() as $error)
- {{$error}} @endforeach
{!! Form::select('category_id', $categoriesList, null, ['class'=>'custom-select d-block w-100']) !!}
{!! Form::select('sub_category_id', $subCategoriesList, null, ['class'=>'custom-select d-block w-100']) !!}
{!! Form::select('und_med', $measurementsList, null, ['class'=>'custom-select d-block w-100']) !!}
{!! Form::select('format_id', $formatsList, null, ['class'=>'custom-select d-block w-100']) !!}
{!! Form::select('visualitations', $visualitations, null, ['class'=>'custom-select d-block w-100']) !!}
-
@foreach ($characteristics as $characteristic)
- {{ $characteristic->name }} @endforeach