@extends('layouts.home') @section('title', 'Page Title') @section('content')
{{ csrf_field() }}
Firmenprofil
@if(Auth::user()->hasRole('seller') || Auth::user()->hasRole('agent'))
@if ($errors->has('company')) {{ $errors->first('company') }} @endif
@endif @hasrole('seller')
@if ($errors->has('tax_id')) {{ $errors->first('tax_id') }} @endif
@endhasrole
@if( Auth::user()->hasRole('agent') || Auth::user()->hasRole('seller'))
@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
@endif @if(Auth::user()->hasRole('seller'))
@if ($errors->has('payment')) {{ $errors->first('payment') }} @endif
@endif
@if ($errors->has('iban')) {{ $errors->first('iban') }} @endif
@if ($errors->has('iban_owner')) {{ $errors->first('iban_owner') }} @endif
@if( Auth::user()->hasRole('seller'))

Wählen Sie eine Bilddatei mit Ihrem Logo bzw. Profilbild (*.jpeg, *.jpg, *.png *.gif) von Ihrem Rechner aus:
*Maximum 200x200 Pixel

@endif
@if( Auth::user()->hasRole('seller'))
Einstellungen
Wer darf Ihre eingestellten RECO.BON empfehlen?
@endif
@endsection @section('after-scripts') @endsection