@extends("website.layouts.layout") @section('title',"Confirm Details") @section("body") @include("website.layouts.modal")
Add Project Location
Choose Service
Provider & Rates
Choose Date & Time
Confirm Details

Confirm Details

@csrf

Payment Details

tips

Don’t warry, you won’t be billed until your job is completed

Payment

@if(isset($card_data['success']) && $card_data['success']['status'] == 200) @foreach($card_data['success']['data'] as $card)

{{ $card['brand'] }} XXXX {{ $card['last4'] }}

{{ $card['exp_month'] }} / {{ $card['exp_year'] }}

CVV

@endforeach @else

{{@$card_data['message']}}

@endif
@if(!$serviceProviderDetailsFromAPI['hasreferralcode']='true')
Promos
@endif
Price Details

# Service

Cost

Hourly Rate

$/hr

Platform Fee

$/hr

Taxes

$/hr


Total
$/hr
tick

Your payment method may reflect a temporary hold of ${{ $resp_data['grandTotal'] ?? '' }}/hr , however you retain the flexibility to cancel at anytime. Please be aware that cancellations made within 24 hours of the scheduled start may result in a one-hour cancellation fee, as all jobs requires a minimum one-hour charge.

@endsection @section('footerItems') @endsection