{{ __('General.ELRASHEED') }}

{{ __('General.Quick_links') }}

{{ __('product.Products') }} {{ __('brand.Brands') }} {{ __('vehicle.Vehicles') }} {{ __('article.Articles') }}

{{ __('General.Contact_Us') }}

@php $field_presenter = 'address_' . $settingsFront['langType3'] ; echo $settingData['settings']->$field_presenter; @endphp

{{ $settingData['settings']->phone }}

{{ $settingData['settings']->fax }}

{{ __('General.Register_for_the_magazine') }}

{{ __('General.Subscribe_to_get_our_latest_news') }}

@if (count($errors) > 0)
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif {!! Form::open(['method' => 'post', 'action' => 'Admin\FollowersController@store']) !!}
{!! Form::text('email', null, ['class' => 'form-control email-input', 'placeholder' => __('General.E-mail'), 'aria-label' => "Recipient's username", 'aria-describedby' => 'basic-addon2']) !!}
{!! Form::submit(__('General.Subscribe'), ['class' => 'btn input-group-text yellow-btn', 'id' => 'basic-addon2']) !!}
{!! Form::Close() !!}

{{ __('General.All_rights_reserved_to_Simi_Colon_Software_Company') }}