@extends('user-front.layout') @section('tab-title') {{ $keywords['payment_success'] ?? 'Payment Success' }} @endsection @section('styles') @endsection @section('br-name') {{ $keywords['Success'] ?? 'Success' }} @endsection @section('content') @if ($paidVia == 'offline')

{{ $keywords['Success'] ?? __('Success') . '!' }}

{{ $keywords['Your_transaction_request_was_received_and_sent_for_review'] ?? __('Your transaction request was received and sent for review.') }}

{{ $keywords['It_might_take_upto_24_-_48_hours'] ?? __('It might take upto 24 - 48 hours.') }}

{!! replaceBaseUrl($courseInfo->thanks_page_content, 'summernote') !!}
{{ $keywords['Thank_You'] ?? __('Thank you.') }}
@elseif($paidVia == 'coupon100')

{{ $keywords['Success'] ?? __('Success') . '!' }}

{{ __('You have enrolled successfully with 100% discount') . '.' }}

{{ $keywords['We_have_sent_you_a_mail_with_an_invoice'] ?? __('We have sent you a mail with an invoice.') }}

{!! replaceBaseUrl($courseInfo->thanks_page_content, 'summernote') !!}
{{ $keywords['Thank_You'] ?? __('Thank you') . '.' }}
@else

{{ $keywords['Success'] ?? __('Success') . '!' }}

{{ $keywords['Your_transaction_was_successful'] ?? __('Your transaction was successful') . '.' }}

{{ $keywords['We_have_sent_you_a_mail_with_an_invoice'] ?? __('We have sent you a mail with an invoice.') }}

{!! replaceBaseUrl($courseInfo->thanks_page_content, 'summernote') !!}
{{ $keywords['Thank_You'] ?? __('Thank you') . '.' }}
@endif @endsection