{{ __('Neues Produkt') }}

Allgemeine Informationen

Alle mit * markierten Felder sind Pflichtfelder

@CSRF
@if($errors->has('title'))

{{$errors->first('title')}}

@endif
@if($errors->has('price'))

{{$errors->first('price')}}

@endif
@if($errors->has('description'))

{{$errors->first('description')}}

@endif
@if($errors->has('amount'))

{{$errors->first('amount')}}

@endif
@if($errors->has('included'))

{{$errors->first('included')}}

@endif

Technische Details

@if($errors->has('dimension'))

{{$errors->first('dimension')}}

@endif
@if($errors->has('transportDimension'))

{{$errors->first('transportDimension')}}

@endif
@if($errors->has('weight'))

{{$errors->first('weight')}}

@endif
@if($errors->has('powerSupply'))

{{$errors->first('powerSupply')}}

@endif

Nutzungshinweise

@if($errors->has('users'))

{{$errors->first('users')}}

@endif
@if($errors->has('age'))

{{$errors->first('age')}}

@endif
Abbrechen