@extends('layouts/indexBuddyLayoutMaster') @section('title', 'Checkout') @section('content')

{{ __('locale.checkout') }}

{{ __('locale.order_detail') }}

{{ __('locale.participant') }}

{{$service->participant}} x Rp. {{ number_format($price, 0, ',', '.') }}

{{ __('locale.duration') }}

{{$service->duration}} x Rp. {{ number_format($price, 0, ',', '.') }}

{{ __('locale.sub_total') }}

Rp. {{ number_format($service->total_price, 0, ',', '.') }}

{{ __('locale.unique_code') }}

{{ $service->payment_code }}

{{ __('locale.total') }}

Rp. {{ number_format(($service->total_price + $service->payment_code), 0, ',', '.') }}


@include('panels.call-to-action') @include('panels.socmed') @endsection @section('page-script') {{-- Page js files --}} @endsection