{{-- * LaraClassified - Classified Ads Web Application * 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') @if (!(isset($paddingTopExists) and $paddingTopExists))
@endif
@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') and ( (config('settings.social_auth.facebook_client_id') and config('settings.social_auth.facebook_client_secret')) or (config('settings.social_auth.linkedin_client_id') and config('settings.social_auth.linkedin_client_secret')) or (config('settings.social_auth.twitter_client_id') and config('settings.social_auth.twitter_client_secret')) or (config('settings.social_auth.google_client_id') and config('settings.social_auth.google_client_secret')) ) )
@if (config('settings.social_auth.facebook_client_id') and config('settings.social_auth.facebook_client_secret')) @endif @if (config('settings.social_auth.linkedin_client_id') and config('settings.social_auth.linkedin_client_secret')) @endif @if (config('settings.social_auth.twitter_client_id') and config('settings.social_auth.twitter_client_secret')) @endif @if (config('settings.social_auth.google_client_id') and config('settings.social_auth.google_client_secret')) @endif

{{ t('or') }}
@endif
{!! csrf_field() !!}
@if (empty(config('country.code')))
@else @endif @if (isEnabledField('phone'))
{!! getPhoneIcon(old('country', config('country.code'))) !!}
 {{ t('Hide') }}
@endif @if (isEnabledField('email'))
@endif @if (isEnabledField('username'))
@endif

{{ t('At least :num characters', ['num' => config('larapen.core.passwordLength.min', 6)]) }}
@include('layouts.inc.tools.recaptcha', ['colLeft' => 'col-md-4', 'colRight' => 'col-md-6'])

{{ t('Post a Free Classified') }}

{{ t('Do you have something to sell, to rent, any service to offer or a job offer? Post it at :app_name, its free, local, easy, reliable and super fast!', ['app_name' => config('app.name')]) }}

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

{{ t('Become a best seller or buyer. Create and Manage your ads. Repost your old ads, etc.') }}

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

{{ t('Create your Favorite ads list, and save your searches. Don\'t forget any deal!') }}

@endsection @section('after_scripts') @endsection