@extends('frontend.layout') @section('pageHeading') {{ __('Payment Success') }} @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') . '.' }}

{{ __('Back To Home') }} @if (Auth::guard('web')->check()) {{ __('Go To Dashboard') }} @endif
@endsection @section('script') @endsection