{{-- * JobClass - Geolocalized Job Board Script * Copyright (c) BedigitCom. All Rights Reserved * * Website: http://www.bedigit.com * * LICENSE * ------- * This software is furnished under a license and may be used and copied * only in accordance with the terms of such license and with the inclusion * of the above copyright notice. If you Purchased from Codecanyon, * Please read the full License from here - http://codecanyon.net/licenses/standard --}} @extends('layouts.master') @section('content') @include('common.spacer')
@if (isset($errors) and $errors->any())
{{ t('Oops ! An error has occurred. Please correct the red fields in the form') }}
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if (Session::has('flash_notification'))
@include('flash::message')
@endif

{{ t('Create your account, Its free') }}

@if (config('settings.social_auth.social_login_activation')) @endif
{!! csrf_field() !!}
@foreach ($userTypes as $type) @endforeach
@if (empty(config('country.code')))
@else @endif @if (isEnabledField('phone'))
{!! getPhoneIcon(old('country', config('country.code'))) !!}
@endif @if (isEnabledField('email'))
@endif @if (isEnabledField('username'))
@endif

{{ t('At least 5 characters') }}

@if (config('larapen.core.register.showCompanyFields'))
{{ t('Company Information') }}
@include('account.company._form', ['originForm' => 'user'])
@endif @if (config('larapen.core.register.showResumeFields'))
{{ t('Resume') }}
@include('account.resume._form', ['originForm' => 'user'])
@endif @if (config('settings.security.recaptcha_activation'))
{!! Recaptcha::render(['lang' => config('app.locale')]) !!}
@endif

{{ t('Post a Job') }}

{{ t('Do you have a post to be filled within your company? Find the right candidate in a few clicks at :app_name', ['app_name' => config('app.name')]) }}

{{ t('Create and Manage Jobs') }}

{{ t('Become a best company. Create and Manage your jobs. Repost your old jobs, etc.') }}

{{ t('Create your Favorite jobs list.') }}

{{ t('Create your Favorite jobs list, and save your searchs. Don\'t forget any opportunity!') }}

@endsection @section('after_styles') @if (config('lang.direction') == 'rtl') @endif @endsection @section('after_scripts') @if (file_exists(public_path() . '/assets/plugins/bootstrap-fileinput/js/locales/'.config('app.locale').'.js')) @endif