@extends('layouts.master') @section('title', 'Add Client | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar', __('basic.new patient')) @section('css') @endsection @section('content')
Dashboard | {{ __('basic.patient') }} | {{ __('patientappo.new patient') }}
{{ __('patientappo.new patient') }}
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@csrf
{{ __('basic.choose pic') }}
@error('avatar') {{ $message }} @enderror
@error('first_name') {{ $message }} @enderror
@error('second_name') {{ $message }} @enderror
@error('email') {{ $message }} @enderror
@if(prox_sett('tourism') === "1")
@error('passport_number') {{ $message }} @enderror
@endif
{{ $errors->first('phone_number') }}
@error('sec_phone_number') {{ $message }} @enderror
@if ($errors->has('password')) {{ $errors->first('password') }} @else
The automatic password is 'tripo' + the given username
@endif
@error('religion') {{ $message }} @enderror
@error('gendar') {{ $message }} @enderror
@error('birthday') {{ $message }} @enderror
@error('country_id') {{ $message }} @enderror
@if ($errors->has('city_id')) {{ $errors->first('city_id') }} @else
{{ __('patientappo.city msg') }}
@endif
@error('region_id') {{ $message }} @enderror
@error('from_recourse_id') {{ $message }} @enderror
@error('ask_for_main_id') {{ $message }} @enderror
@if ($errors->has('ask_for_id')) {{ $errors->first('ask_for_id') }} @else
Select the main ask for first
@endif
@error('first_branch_id') {{ $message }} @enderror
@error('status') {{ $message }} @enderror
@error('client_cat_id') {{ $message }} @enderror
@error('traveler_class') {{ $message }} @enderror
@error('note') {{ $message }} @enderror
Loading
@endsection @section('js') @endsection