@extends('layouts.guest') @section('css') @endsection @section('content')
{{ __('Contact') }} {{ __('Us') }}

{{ __('Got questions? We are here to help at any time.') }}

@csrf
@error('name') {{ $message }} @enderror
@error('email') {{ $message }} @enderror
{{ __('Question Category') }}
@error('category')

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

@enderror
{{ __('Email Message') }}
@error('message')

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

@enderror
@endsection @section('js') @if (config('services.google.recaptcha.enable') == 'on') @endif @endsection