@extends('layouts.master') @section('title', 'New User | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar', __('basic.new worker')) @section('css') @endsection @section('content')
{{ __('basic.dashboard')}} | {{ __('basic.workers')}} | {{ __('basic.new worker')}}
{{ __('basic.new worker')}}
@csrf
{{ __('basic.choose pic')}}
@error('avatar') {{ $message }} @enderror
@error('first_name') {{ $message }} @enderror
@error('second_name') {{ $message }} @enderror
@if ($errors->has('email')) {{ $errors->first('email') }} @else
We'll never share your email with anyone else.
@endif
@error('role') {{ $message }} @enderror
@error('specialty_id') {{ $message }} @enderror
@if ($errors->has('password')) {{ $errors->first('password') }} @else
We'll never share your email with anyone else.
@endif
@error('gendar') {{ $message }} @enderror
@error('religion') {{ $message }} @enderror
@error('identity_doc_number') {{ $message }} @enderror
@error('birthday') {{ $message }} @enderror

@error('country') {{ $message }} @enderror
@if ($errors->has('city')) {{ $errors->first('city') }} @else
Select the country first
@endif
@error('address') {{ $message }} @enderror

@error('user_edu_qualification_id') {{ $message }} @enderror
@error('marital_status') {{ $message }} @enderror
@error('military_status') {{ $message }} @enderror
@error('driving_license') {{ $message }} @enderror

@if ($errors->has('phone_number')) {{ $errors->first('phone_number') }} @else
We'll never share your email with anyone else.
@endif
@error('sec_phone_number') {{ $message }} @enderror
@error('job_title_id') {{ $message }} @enderror
@error('branch') {{ $message }} @enderror
@error('started_work') {{ $message }} @enderror
@error('deactivate') {{ $message }} @enderror

@error('all_imgs') {{ $message }} @enderror
@error('note') {{ $message }} @enderror
Loading
@endsection @section('js') @endsection