@extends('layouts.header') @section('content')
@include('layouts.navbar')
back Back to Category

Select Your Services

Select any number of services you'd like to schedule, then click "Find Availability" to see openings.

@if(isset($services) && !empty($services)) @foreach($services as $key=>$services)

Add-ons

@foreach($services as $key1=>$value)
@endforeach
@endforeach @endif

Services Selected

@php $all_session_ids ="" @endphp @php $all_sessionids=[] @endphp @if($cart_services) @foreach($cart_services as $key=>$val) @php $price = round($price+$val['price'],2); $all_session_ids .=$val['id'].","; if($val['type']=="service"){ $all_sessionids[]=$val['id']; } @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