@extends('onboarding.main') @section('title', 'Page Title') @section('content')

Vervollständigen Sie Ihr Profil

Um RECO.MA vollständig nutzen zu können, benötigen wir noch einige Angaben

{{csrf_field()}}

Laden Sie jetzt Ihr Firmenlogo hoch

 
@if ($errors->has('street')) {{ $errors->first('street') }} @endif
@if ($errors->has('housenumber')) {{ $errors->first('housenumber') }} @endif
@if ($errors->has('zip')) {{ $errors->first('zip') }} @endif
@if ($errors->has('city')) {{ $errors->first('city') }} @endif
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
1
@if ($errors->has('all_connections')) {{ $errors->first('all_connections') }} @endif


{!! JsValidator::formRequest('App\Http\Requests\OverlaySellerRequestCompany','#userEditForm') !!}
@endsection @section('after-scripts') @endsection