{{trans('words.quick_links')}}

    @foreach(\App\Pages::where('status','1')->where('page_position','Bottom')->orderBy('page_order')->get() as $page_data)
  • {{$page_data->page_title}}
  • @endforeach

{{trans('words.contact_us')}}

    @if(getcong('contact_email'))
  • {{stripslashes(getcong('contact_email'))}}
  • @endif @if(getcong('contact_phone'))
  • {{stripslashes(getcong('contact_phone'))}}
  • @endif @if(getcong('contact_address'))
  • {{stripslashes(getcong('contact_address'))}}
  • @endif
@if(getcong('facebook_link') OR getcong('twitter_link') OR getcong('youtube_link') OR getcong('instagram_link'))

{{trans('words.follow_us')}}

    @if(getcong('facebook_link'))
  • @endif @if(getcong('twitter_link'))
  • @endif @if(getcong('youtube_link'))
  • @endif @if(getcong('instagram_link'))
  • @endif
@endif

{{stripslashes(getcong('site_copyright'))}}