@extends('frontend.layout') @section('pageHeading') {{ __('Success') }} @endsection @section('metaKeywords') @if (!empty($seoInfo)) {{ $seoInfo->meta_keyword_home }} @endif @endsection @section('metaDescription') @if (!empty($seoInfo)) {{ $seoInfo->meta_description_home }} @endif @endsection @section('content') @includeIf('frontend.partials.breadcrumb', ['breadcrumb' => $bgImg->breadcrumb, 'title' => __('Success')])

{{ __('Success') . '!' }}

@if ($purchaseType == 'offline_purchase')

{{ __('Your transaction request was received and sent for review') . '.' }}

{{ __('We answer every request as quickly as we can') . ', ' . __('usually within 24–48 hours') . '.' }}

@else

{{ __('Your transaction was successful') . '.' }}

{{ __('We have sent you a mail with an invoice') . '.' }}

@endif

{{ __('Thank you') . '.' }}

@endsection