@extends('layouts.master') @section('title', 'New Appointment | Proxima - Medical Management app') @section('title-topbar', 'New Appointment') @section('css') @endsection @section('content')
{{ __('basic.dashboard') }} | {{ __('basic.appointment') }} | {{ __('basic.new appointment') }}
{{ __('basic.new appointment') }}
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@csrf
{{ __('patientappo.nearest clinic') }}
@error('specialty_id') {{ $message }} @enderror
@error('branch_id') {{ $message }} @enderror
@error('unit_id') {{ $message }} @enderror
@error('service_id') {{ $message }} @enderror
{{ __('patientappo.online appointment') }}
Loading...
@error('calander_date_day')

{{ $message }}

@enderror
{{ __('patientappo.patient for appointment') }}
@error('search_patient_id') {{ $message }} @enderror
Loading...
{{ __('patientappo.new patient') }}
{{ __('basic.choose pic') }}
@error('avatar') {{ $message }} @enderror
@error('first_name') {{ $message }} @enderror
@error('second_name') {{ $message }} @enderror
@if ($errors->has('password')) {{ $errors->first('password') }} @else
{{ __('patientappo.password msg') }}
@endif

{{ __('patientappo.additional personal information') }}
@error('email') {{ $message }} @enderror
@error('mother_name') {{ $message }} @enderror
@error('first_branch_id') {{ $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('from_recourse_id') {{ $message }} @enderror

{{ __('patientappo.contact information') }}
@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('insurance') {{ $message }} @enderror

{{ __('basic.patient') }}

{{ __('basic.not selected') }}

{{ __('basic.not selected') }}

{{ __('basic.branch') }}

{{ __('basic.not selected') }}

{{ __('basic.address') }}

{{ __('basic.not selected') }}


{{ __('basic.not selected') }}
{{ __('basic.not selected') }}
{{ __('basic.coupon') }}
@error('coupon_id') {{ $message }} @enderror
Discount
{{ __('basic.not selected') }}
{{ __('basic.total price') }}
{{ __('basic.not selected') }}
@error('appointment_note') {{ $message }} @enderror
{{ __('patientappo.come before 15 msg') }}
{{ __('basic.appointment time') }}

{{ __('basic.not selected') }}

{{ __('basic.not selected') }}

Loading
@endsection @section('js') @endsection