@extends('layouts.sitelayout') @section('header_scripts') @stop @section('content')

{{getPhrase('contact_our_experts_now')}}


{{getPhrase('feel_free_to_contact')}}

{!! Form::open(array('url'=>URL_SEND_CONTACTUS, 'name'=>'user-contact' ,'id'=>'user-contact')) !!}
{!! Form::close() !!}

{{getPhrase('our_contact_details')}}

{{getSetting('site_address','site_settings')}}

{{getSetting('site_country','site_settings')}}

{{getSetting('site_state','site_settings')}}

{{getSetting('site_city','site_settings')}}

{{getSetting('site_phone','site_settings')}}

{{--

Info@UISumo.com

Support@UISumo.com

--}}
@stop @section('footer_scripts') @stop