Cart

@if(session('unavailable_time_slots')) @endif
@if(isset($cart->services)) @foreach($cart->services as $service) @csrf @method('delete') @endforeach @else @endif
Service Price Date Time Slot Location
{{ $service->name . ' image'}} {{ $service->name }}
₺ {{ number_format($service->price, 2, '.', ',') }} {{ $service->pivot->date}} {{ date('g:i a', strtotime( $service->pivot->start_time)) }} - {{ date('g:i a', strtotime( $service->pivot->end_time)) }} {{ $service->locations->first()->name }} z
No items in cart

Summary

Subtotal ₺ {{ number_format($cart?->total, 2, '.', ',') }}
{{--
--}} {{-- Taxes--}} {{-- $1.99--}} {{--
--}} {{--
--}} {{-- Shipping--}} {{-- $0.00--}} {{--
--}}
Total ₺ {{ number_format($cart?->total, 2, '.', ',') }}

Confirm Checkout

Are you sure you want to checkout?

@csrf