{{ __('Description') }}

@if(allowedToAddUpdateProjOrg()) {!! clients('client', old('client', request()->has('org') ? request()->input('org') : null), 'required') !!} @if($errors->has('client'))

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

@endif
@else {{ getAuthUser()->organisation->name }} @endif
@if($errors->has('title'))

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

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

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

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

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

@endif
{!! upholsterys($errors, old('upholstery')) !!} @if($errors->has('upholstery'))

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

@endif