@extends('layouts.app') @section('form-title') {{ __('Client user') }} @endsection @section('breadcrumb')
{{ $errors->first('name') }}
{{ $errors->first('color') }}
{{ $errors->first('organisation') }}
{{ $errors->first('zip') }}
{{ $errors->first('house_number') }}
{{ $errors->first('street') }}
{{ $errors->first('city') }}
{{ $errors->first('gml') }}
{{ $errors->first('country') }}
{{ $errors->first('mobile') }}
{{ $errors->first('phone') }}
{{ $errors->first('email') }}
{{ $errors->first('notification_type') }}
{{ $errors->first('job_title') }}
{{ $errors->first('status') }}
{{ $errors->first('language') }}
{{ $errors->first('password') }}
{{ $errors->first('avatar') }}