{{-- * 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())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if (Session::has('flash_notification'))
@include('flash::message')
@endif @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
@endif