@extends('layouts.header') @section('content')
@include('layouts.navbar')
@if(session()->has('error'))
{{ session()->get('error') }}
@endif
back Back to Date + Time

Review

You’re almost done! Review the details below before finalizing your booking, and click “Book Appointment” to complete your booking.

@if ($agent->isDesktop()) @else @endif

Card Information

Before your service…

Please review and acknowledge all checkboxes.
Please add a credit card to complete your booking.

Services Selected

    @if(isset($get_service_names) && !empty($get_service_names)) @foreach($get_service_names as $k=>$s_name)
  • {{ $s_name }}
  • @endforeach @endif
@if($data['is_master_stylist']==1) master provider Master @endif
  • Day:
    {{ ($data['start_date']) ?? "" }}
  • Start Time:
    {{ ($data['start_time']) ?? "" }}
  • Provider:
    @if(isset($data['staff_name']) && !empty($data['staff_name'])) @foreach(array_unique($data['staff_name']) as $a_key=>$staff_id)
    @if($staff[$staff_id]['is_master_stylist']==1) master provider @endif {{ ($staff[$staff_id]['name']) ?? "" }}
    @endforeach @endif
Estimated Total (Non-Member Rate): ${{ (number_format($data['non_member_price'], 2, '.', '')) ?? "" }}

Are you a member? Great! Your membership benefit pricing will be reflected when you check out at your studio.

@endsection @section('customJs') @endsection