@extends('layouts.web') @section('content')

Appointment

Home> Appointment
@if (session('success'))
{{ session('success') }}
@endif @if (session('error'))
{{ session('error') }}
@endif

Review & Payment:

Product Subtotal

{{$data['service']->name}}

Appointment Details:

Date: {{ $data['appointment_date']}}

Time: {{ date('h:i A',strtotime($data['from_time'])) }}

{{ '$'.number_format($data['price'], 2) }}
Subtotal {{ '$'.number_format($data['price'], 2) }}
Total {{ '$'.number_format($data['price'], 2) }}

Pay via PayPal; you can pay with your credit card if you don’t have a PayPal account.



Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our privacy policy.

@csrf
@csrf

@endsection @push('scripts') @endpush