@extends('layouts.start') @section('title','Contact Us') @section('css') @endsection @section('content')

@yield('title')

Get in Touch

@if(session()->has('status'))
{{ session('status') }}
@endif
@csrf
@error('name') {{ $message }} @enderror
@error('email') {{ $message }} @enderror
@error('phone') @enderror
@error('message') {{ $message }} @enderror
{!! RecaptchaV3::field('contact') !!} @if ($errors->has('g-recaptcha-response')) {{ $errors->first('g-recaptcha-response') }} @endif

Buttonwood, California.

Rosemead, CA 91770

+1 253 565 2365

Mon to Fri 9am to 6pm

support@colorlib.com

Send us your query anytime!

@endsection @section('js') @endsection