@extends('layouts.app') @section('styles') @endsection @section('content')
{{ __('Thank you for your order!') }}
{{ __('We are currently processing your order. If you completed the payment process, you would be able to get access to your profile any minute now. Please go to your Dashboard or to the My Profiles page to access your profile. Or check your billing status on your Account page.') }}
{{ __('You can always access your payment details and download your invoice for completed payments on the billing section of your Account page.') }}
{{ __('If you could not complete the payment process, please start the process again on the My Profiles page.') }}