@extends('crudbooster::admin_template') @push('bottom') @endpush @section('content')
 {{$page_title}}
@csrf
 Personal Information
{{-- user type select box --}}
@if ($errors->has('first_name')) @endif
@if ($errors->has('last_name')) @endif
@if ($errors->has('gebdatum')) @endif
@if ($errors->has('gebort')) @endif
{{$errors->has("user_name") ? $errors->first("user_name"):""}}

@if ($errors->has('email'))
{{$errors->first("email")}}
@endif
Male Female Other
{{$errors->has("gender") ? $errors->first("gender"):""}}

{{$errors->has("photo") ? $errors->first("photo"):""}}

{{--
{{$errors->has("max_staff") ? $errors->first("max_staff"):""}}
--}}
 Password
@if ($errors->has('password')) @endif
 Address & Contact Information
{{$errors->has("address") ? $errors->first("address"):""}}
{{$errors->has("street") ? $errors->first("street"):""}}
{{$errors->has("post_code") ? $errors->first("post_code"):""}}
 User Setting

 SMTP Data if Therapist Remote Treatment

@endsection