@extends('front.layout.master') @section('meta_tags') Contact Us to Get More Info - Artiner @endsection @section('body')

Get in Touch!

Fill up the form and our team will get back to you within 24 hours

You can also mail us

@csrf
@error('name')

{{ $message }}

@enderror
@error('email')

{{ $message }}

@enderror
@error('subject')

{{ $message }}

@enderror
@error('message')

{{ $message }}

@enderror
@if($genrals_settings->captcha_enable == 1)
@error('g-recaptcha-response')

{{ $message }}

@enderror
@endif
@endsection @section('script') @if($genrals_settings->captcha_enable == 1) {!! no_captcha()->script() !!} @endif @endsection