@lang('Get started')
- @lang('Home') @if(Auth::check())
- @lang('Account')
- @lang('Orders') @endif
- @lang('Products')
- @lang('Contact Us')
@lang('Pages')
@foreach($pages_footer as $page)
- {{$page->title}} @endforeach
@lang('Categories')
@foreach($root_categories_footer as $category)
- {{$category->name}} @endforeach
@lang('Brands')
@foreach($brands_footer as $brand)
- {{$brand->name}} @endforeach
@lang('Deals')
@foreach($deals_footer as $deal)
- {{$deal->name}} @endforeach
@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'))
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() !!}