@extends('frontend.layouts.master') @section('title') {{ __('header.contact_title') }} @endsection @section('main-content') @include('frontend.layouts.notification') Contact Us home //Contact Us Get in Touch @csrf @error('message') {{ $message }} @enderror @error('name') {{ $message }} @enderror @error('email') {{ $message }} @enderror @error('subject') {{ $message }} @enderror Send Message Address BMK House , Nyabong Road , wampewo Avenue 8 th Flloor , Suite 812, Plot3 +256788117307 Mon to Fri 9am to 6pm njerunewton75@gamil.com Send us your query anytime! @endsection @push('styles') @push('scripts') $(document).ready(function(){ (function($) { "use strict"; jQuery.validator.addMethod('answercheck', function (value, element) { return this.optional(element) || /^\bcat\b$/.test(value) }, "type the correct answer -_-"); // validate contactForm form $(function() { $('#contactForm').validate({ rules: { name: { required: true, minlength: 2 }, subject: { required: true, minlength: 4 }, email: { required: true, email: true }, message: { required: true, minlength: 20 } }, messages: { name: { required: "come on, you have a name, don't you?", minlength: "your name must have at least 2 characters" }, subject: { required: "come on, you have a subject, don't you?", minlength: "your subject must have at least 4 characters" }, email: { required: "no email, no message" }, message: { required: "um...yea, you have to write something to send this form.", minlength: "Your subject must have at least 10 characters" } }, submitHandler: function(form) { $.ajaxSetup({ headers: { 'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content') } }); $(form).ajaxSubmit({ type:"POST", data: $(form).serialize(), url: $(form).attr('action'), success: function() { $('#contactForm :input').attr('disabled', 'disabled'); $('#contactForm').fadeTo( "slow", 1, function() { $(this).find(':input').attr('disabled', 'disabled'); $(this).find('label').css('cursor','default'); $('#success').fadeIn() $('.modal').modal('hide'); $('#success').modal('show'); }) }, error: function() { $('#contactForm').fadeTo( "slow", 1, function() { $('#error').fadeIn() $('.modal').modal('hide'); $('#error').modal('show'); }) } }) } }) }) })(jQuery) }) @endpush
home //Contact Us
BMK House , Nyabong Road , wampewo Avenue 8 th Flloor , Suite 812, Plot3
Mon to Fri 9am to 6pm
Send us your query anytime!