@if (foqas_setting('logo_type') == 1) @php $logo = foqas_setting('express'); @endphp @else @php $logo = foqas_setting('standard'); @endphp @endif
@empty($logo) @php $logo = 'https://foqasacademy.s3.us-east-2.amazonaws.com/img/01/favicon.png'; @endphp @endempty {{school('short_name')}}

@lang('Hello'),

@lang('Thanks for registering at') {{school('name')}}.

@lang('Here is your registration details:')

@lang('School Name:') {{session('step1')['name']}}

@lang('User Name:') {{session('step1')['email']}}

@lang('Password:') {{session('step1')['password']}}

@php $type = array('1'=>'Stripe','2'=>'SSL'); $currency = array('usd'=>'$','bdt'=>'৳'); @endphp

@lang('Transction ID:') {{$scPayment->trans_number}}

@lang('Method Payment:') {{$type[$scPayment->trans_type]}} Payment

{{pricingfor($scPayment->purpose_id).' + '.subscription($scPayment->month)}} @lang('Subscription:') {{$currency[$scPayment->currency].$scPayment->amount}}

+Transaction Fee: {{$currency[$scPayment->currency].$scPayment->stripe_fee}}

@lang('Total Paid:') {{$currency[$scPayment->currency].($scPayment->amount+$scPayment->stripe_fee)}}

Website URL: {{session('completed')['sc_code'].'.foqasacademy.com'}}

Login URL: {{session('completed')['sc_code'].'.foqasacademy.com/login'}}

*@lang('Click on those links to go to your website and log in').

@lang('Thanks'),

{{school('name')}} @lang('Team')