@extends('website.partials.app') @section('canonical', route('website.checkout.thank-you')) @section('content')

Thank you

Your order has been received. Our team will be in touch shortly to complete your connection.

@if(!empty($iperiumServiceId))

Service ID: {{ $iperiumServiceId }}

@elseif(!empty($orderId))

Order #{{ $orderId }}

@endif Back to home
@endsection