@extends("front.layout.master") @section('title',__('Register').' | ') @section("body") @php require_once(base_path().'/app/Http/Controllers/price.php'); $userterm = App\TermsSettings::firstWhere('key','user-register-term'); @endphp @section('stylesheet') @endsection @php if(isset($selected_language) && $selected_language->rtl_available == 1){ $class = 'offset-md-1'; }else{ $class = 'offset-md-3'; } @endphp
@endsection @section('script') @if($genrals_settings->captcha_enable == 1) {!! no_captcha()->script() !!} @endif @stack('module-script') @endsection