@php $info = SG::gvs([ 'facebook', 'twitter', 'linkedin', 'youtube', 'instagram' ]); @endphp

{{ __('appo.contact_with_us')}}

@csrf @if($errors->has('name'))

{{ $errors->first('name') }}

@endif @if($errors->has('phone'))

{{ $errors->first('phone') }}

@endif @if($errors->has('email'))

{{ $errors->first('email') }}

@endif @if($errors->has('contact_message'))

{{ $errors->first('contact_message') }}

@endif

{{ __('site.follow_us')}}