@extends('layouts.header') @section('content')
@include('layouts.navbar')
back Back to Services + Add-ons

Find an Appointment

Search for openings by date or search by stylist if you know who you'd like to book with.

Availability by:

Master Stylist Only

  • slot icon Master Stylist • Additional cost for service
  • team icon• Multiple providers will perform services

Services Selected

@if($cart_services) @foreach($cart_services as $key=>$val) @php $price = round($price+$val['price'],2); @endphp @endforeach @else

There are currently no services selected.

@endif @php $dis= (($cart_services)) ? "": "disabled=disabled"; $price_show = (($cart_services)) ? "style=display:flex": ""; @endphp

Estimated Total (Non-Member Rate): ${{ (number_format($price, 2, '.', '')) ?? "" }}

@endsection @section('customJs') @endsection