@extends($activeTemplate.'layouts.app') @section('panel') @php $policyPages = getContent('policy_pages.element',false,null,true); $content = getContent('register.content', true); @endphp @lang('User') @lang('Employer') @csrf @lang('Username') @lang('Email') @lang('Country') @foreach($countries as $key => $country) {{ __($country->country) }} @endforeach @lang('Mobile') @lang('Password') @if($general->secure_password) @lang('1 small letter minimum') @lang('1 capital letter minimum') @lang('1 number minimum') @lang('1 special character minimum') @lang('6 character password') @endif @lang('Confirm Password') @if($general->agree) @lang('I agree with ') @foreach($policyPages as $policy) {{__($policy->data_values->title)}}, @endforeach @endif @lang('Registration Now') @lang('Have an account?') @lang('Login Now') @lang('Home') @foreach($policyPages as $policy) {{__($policy->data_values->title)}} @endforeach @lang('Welcome to') @lang('You are with us') @lang('You already have an account please Login ') @endsection @push('style') @endpush @if($general->secure_password) @push('script-lib') @endpush @endif @push('script') @endpush
@lang('1 small letter minimum')
@lang('1 capital letter minimum')
@lang('1 number minimum')
@lang('1 special character minimum')
@lang('6 character password')
@lang('Have an account?') @lang('Login Now')