@extends('layouts.porto') @section('content')

{{ __('Contact Us') }}

{{ __('Feel free to ask for details, dont save any questions!') }}

{{ Form::open(['action' => 'FrontController@feedback', 'method' => 'post', 'class' => 'contact-form', 'enctype' => 'multipart/form-data']) }}
{{ __('Success') }} {{ __('Your message has been sent to us.') }}
{{ __('Error!') }} {{ __('There was an error sending your message.') }}
{{ Form::close() }}

{{ __('Our') }} {{ __('Office') }}

  • {{ __('Address:') }} {{ $basicInfo->address }}
  • {{ __('Phone:') }} {{ $basicInfo->phone }}
  • {{ __('Email:') }} {{ $basicInfo->email }}

{{ __('Email:') }} {{ __('Hours') }}

  • {{ __('Saturday - Thursday 10AM to 6PM') }}
  • {{ __('Friday - Closed') }}

{{ __('Get in') }} {{ __('Touch') }}

{{ __('We never stop improving our services, including development methodologies, engineering practices, management techniques and QA standards to enhance our team capabilities and increase customer satisfaction.') }}

@stop