@if(config('settings.footer_enable'))
@lang('Get started')
  • @lang('Home')
  • @if(Auth::check())
  • @lang('Account')
  • @lang('Orders')
  • @endif
  • @lang('Products')
  • @lang('Contact Us')
@if(count($pages_footer) > 0)
@lang('Pages')
    @foreach($pages_footer as $page)
  • {{$page->title}}
  • @endforeach
@endif @if(count($root_categories_footer) > 0)
@lang('Categories')
    @foreach($root_categories_footer as $category)
  • {{$category->name}}
  • @endforeach
@endif @if(count($brands_footer) > 0)
@lang('Brands')
    @foreach($brands_footer as $brand)
  • {{$brand->name}}
  • @endforeach
@endif @if(count($deals_footer) > 0)
@lang('Deals')
    @foreach($deals_footer as $deal)
  • {{$deal->name}}
  • @endforeach
@endif
@if(config('settings.social_link_twitter_enable')) @endif @if(config('settings.social_link_facebook_enable')) @endif @if(config('settings.social_link_youtube_enable')) @endif @if(config('settings.social_link_google_plus_enable')) @endif @if(config('settings.social_link_linkedin_enable')) @endif
@if(config('settings.social_share_enable'))
@lang('Tweet')   @if(config('settings.facebook_app_id') != "") @else @lang('Share') @endif
@endif
{!! Form::open(['method'=>'post', 'action'=>'NewsletterController@addEmailToList', 'onsubmit'=>'submit_button.disabled = true; submit_button.value = "' . __('Please Wait...') . '"; return true;']) !!}
{!! Form::email('email', null, ['class'=>'form-control', 'placeholder'=>__('Enter Your Email'), 'required', 'email'])!!}
{!! Form::submit('Subscribe', ['class'=>'btn', 'name'=>'submit_button']) !!}
{!! Form::close() !!}
@endif

@if(config('settings.contact_email'))   {{config('settings.contact_email')}} @endif @if(config('settings.contact_number'))   {{config('settings.contact_number')}} @endif
Developed By Cloudi5 Technologies © {{date("Y")}}  All Rights Reserved