@extends('layouts.app') @section('content')
@lang('E-mail:') {{session('step1')['email']}}
@lang('Phone:') {{session('step1')['phone_number']}}
@lang('EIIN:') {{session('step2')['eiin']}}
@lang('Est:') {{session('step2')['established']}}
@lang('Country:') {{getCountryByCode(session('step1')['nationality'])['name']}}
@if(isset(session('step2')['district_id'])) Division: {{getDivisionByDistrict(session('step2')['district_id'])['name']}}
@lang('District:') {{getDistrictName(session('step2')['district_id'])}} @elseif(isset(session('step2')['city'])) @lang('City:') {{session('step2')['city']}} @elseif(isset(session('step2')['state_id'])) @lang('State:') {{getStateName(session('step2')['state_id'])}} @endif@lang('Address:') {!! nl2br(session('step2')['address']) !!}
| {{pricingfor($priceGet->price_type).' + '.subscription($priceGet->subsMonth)}} Subscription: | {!!'৳'.$priceGet->price.''!!} |
| +Transaction Fee: | {!!'৳'.$tran_fee.''!!} |
| Total to be Paid: | {!!'৳'.$amount.''!!} |
| ***Service charge ৳{{$priceGet->perStudent}}/month will be applicable for per student. | |