@extends($activeTemplate.'layouts.frontend') @section('content') @php $policyPages = getContent('policy_pages.element',false,null,true); $credentials = $general->socialite_credentials; @endphp @lang('Sign Up Your Account') @lang('Please Provide your valid informations to register')! @csrf @if(session()->get('reference') != null) @lang('Reference by') @endif @lang('Username') @lang('E-Mail Address') @lang('Password') @lang('Confirm Password') @if($general->agree) @lang('I agree with') @foreach($policyPages as $policy) {{ __($policy->data_values->title) }} @if(!$loop->last) @endif @endforeach @endif @lang('Sign Up') @if ($credentials->google->status == 1 || $credentials->facebook->status == 1 || $credentials->linkedin->status == 1) @if ($credentials->google->status == 1) @endif @if ($credentials->facebook->status == 1) @endif @endif @lang('Already Have An Account')?@lang('Login Now') @lang('You are with us') @lang('You already have an account please Login ') @endsection @push('style') @endpush @push('script') @endpush
@lang('Please Provide your valid informations to register')!
@lang('Already Have An Account')?@lang('Login Now')