@extends('main.app') @section('content')
{{ __('Contact Us') }}

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

@if(Cache::has('site_info')) @php $info=Cache::get('site_info',''); @endphp
Call Us
{{ $info->phone1 ?? '' }}
Email Us
{{ $info->email1 ?? '' }}
Location
{{ $info->address ?? '' }}
@endif
@csrf
@if(env('NOCAPTCHA_SITEKEY') != null)
{!! NoCaptcha::renderJs() !!} {!! NoCaptcha::display() !!}
@endif
@endsection @push('js') @endpush