@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 {{--

Bedrijfsnaam

id)) readonly @endif>
--}} @if (!$userUpdate->email)

OAV E-mailadres

id)) @endif>
@else

OAV E-mailadres

id)) readonly @endif>

Nieuw OAV E-mailadres

id)) @endif>
@endif

OAVnummer

id)) readonly @endif>

Bedrijfsnaam

Contactpersoon

Adres

Postcode

Plaats

Land

Telefoon

Fax

KvK nummer

BTW nummer

« Terug
@endsection @push('scripts') @endpush