@extends('shared.front') @section('content')

{{ __('messages.thankyou.order_success') }}

{{ __('messages.thankyou.thankyou_statement') }}

{{ __('messages.thankyou.orderId') }} {{ request()->get('id') }}

{!! __('messages.thankyou.contact') !!}

{!! __('messages.thankyou.call_hotline') !!}

@endsection @include('home.elements.affiliate')