|
@empty($logo)
@php $logo = 'https://foqasacademy.s3.us-east-2.amazonaws.com/img/01/favicon.png'; @endphp
@endempty
|
@lang('Hello') {{session('step1')['name']}},
@lang('You are successfully registered at '.school('name').', please find below details about your School Ledger:')
@lang('Ledger Information')
@lang('School Name:') {{session('step1')['name']}}
@lang('School Code:') {{session('completed')['sc_code']}}
@lang('User Name:') {{session('step1')['email']}}
@lang('Password:') {{session('step1')['password']}}
@lang('Payment Information')
@lang('Transaction 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)}}
@lang('Step 1 - Log in to your account')
@lang('Go to:') www.foqasacademy.com
@lang('School code:') {{session('completed')['sc_code']}}
@lang('Email:') {{session('step1')['email']}}
@lang('Password:') {{session('step1')['password']}}
@lang('Step 2 - Setup your school domain')
From your domain provider's site, please set your school's domain address to point to CNAME value "{{session('completed')['sc_code'].'.foqasacademy.com'}}"
Note: If you are using godaddy, see this link https://www.godaddy.com/help/add-a-cname-record-19236
@lang('Step 3 - Contact us for SSL certificate')
After you completed Step 2, contact us https://foqasacademy.com/contact to issue a SSL certificate for your school, this is to ensure your school's website can be accessed securely (via https) on that internet.
@lang('Thank you for registering your account'),
{{school('name')}} @lang('Team')