@extends('layouts.color_admin.default') @section('title', 'Gebruiker') @section('content')
@csrf

Gebruiker

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if(Session::has('a_u_message'))
{{ Session::pull('a_u_message')}}
@endif @if( $recycling_contribution ) @endif

Bedrijfsnaam

id)) readonly @endif>

OAV E-mailadres

id)) @endif>

OAVnummer

id)) readonly @endif>

Bedrijfsnaam

Contactpersoon

Adres

Postcode

Plaats

Land

Telefoon

Fax

KvK nummer

BTW nummer

Wachtwoord

Wachtwoordlengte moet 10 zijn, mag A-Z,a-z,0-9 bevatten en enkele speciale tekens zoals: !@#$%^&*()

Bevestig wachtwoord

« Terug @if(!empty($user->id)) @if($user->active == \App\Models\User::STATUS_ACTIVE) inactief @else actief @endif @endif
@endsection @push('scripts') @endpush