@extends('frontend.layout') @section('pageHeading') {{ __('Payment Success') }} @endsection @section('style') @endsection @section('content') @includeIf('frontend.partials.breadcrumb', ['breadcrumb' => $bgImg->breadcrumb, 'title' => __('Success')]) @if ($paidVia == 'offline')

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

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

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

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

@else @if (empty($courseInfo->thanks_page_content))

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

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

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

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

@else
{!! replaceBaseUrl($courseInfo->thanks_page_content, 'summernote') !!}
@endif @endif @endsection @section('script') @endsection