@extends('layouts.master') @section('title', 'New Appointment - Proxima clinic') @section('css') @endsection @section('content')
Dashboard | Appointment | Add New Appointment
Add new appointment
asd @foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@csrf
Choose your the nearest clinic and the wanted date?
@error('branch_id') {{ $message }} @enderror
@error('service_id') {{ $message }} @enderror
Will you bring someone with you?
@error('calander_date_day')

{{ $message }}

@enderror
What patient you want to make the appointment for?
@error('search_patient_id') {{ $message }} @enderror
Add new patient
Choose Picture
@error('avatar') {{ $message }} @enderror
@error('username') {{ $message }} @enderror
@error('email') {{ $message }} @enderror
@if ($errors->has('password')) {{ $errors->first('password') }} @else
We'll never share your email with anyone else.
@endif

Personal Information
@error('first_name') {{ $message }} @enderror
@error('middle_name') {{ $message }} @enderror
@error('second_name') {{ $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
Select the country first
@endif
@error('from_recourse_id') {{ $message }} @enderror

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

Patient

Ahmed Ibrahm

ID 2122

Branch

Haram

Address

20 Dec 1992


Estimated days to find a buyer
$200,00
Coupon
Discount
0
Total price to pay
$200,00
You should come 15 minutes before the appointment to finish the procedders
Appointment Time

10:00 AM - 12:00 PM

Mondey 21 2017

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