@extends('layouts.frontend') @section('title', 'Services') @push('style') @endpush @section('content')

ORDER CONFIRMATION

{{--
Name WhatsApp Price Date Time
{{ $booking->name }} {{ $booking->handphone }} {{ $booking->total }} {{ $booking->date }} {{ $booking->time }}
--}}

Are you sure you want to continue paying with the Cashless method with a total of IDR. {{ number_format( $order->base_total_price, 0, '.', '.') }}.

@endsection @push('script') @endpush