{{ __('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, ',', '.') }}