@extends($activeTemplate.'layouts.auth') @section('content') @php $policyPages = getContent('policy_pages.element',false,null,true); $credentials = $general->socialite_credentials; @endphp @lang('Sign Up')! @csrf @lang('Username') @lang('E-Mail Address') @lang('Country') @foreach($countries as $key => $country) {{ __($country->country) }} @endforeach @lang('Mobile') @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') @endsection @push('script') @endpush
@lang('Already Have An Account')? @lang('Login Now')