@extends('layouts.land.master_top') @section('title', 'Appointment - Pain Cure | Dr. Amr Saeed') @section('css') @endsection @section('content')

Appointment

Home / Appointment

@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@csrf
Choose your the nearest clinic and the wanted date?
@error('specialty_id') {{ $message }} @enderror
@error('branch_id') {{ $message }} @enderror
@error('unit_id') {{ $message }} @enderror
@error('service_id') {{ $message }} @enderror
Will you bring someone with you?
Loading...
@error('calander_date_day')

{{ $message }}

@enderror

Patient

{{ Auth::guard('patient')->user()->first_name }}

{{ Auth::guard('patient')->user()->phone_number }}

Branch

Branch Not Selected

Address

Not Selected


Service Not Selected
Not Selected
Coupon
@error('coupon_id') {{ $message }} @enderror
Discount
Not Selected
Total price to pay
Not Selected
@error('appointment_note') {{ $message }} @enderror
You should come 15 minutes before the appointment to finish the procedders
Appointment Time

Not Selected

Not Selected

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