@extends('theme.default') @section('title') Contact Survey Bakery for Support & Inquiries @endsection @section('canonical') @endsection @section('meta-description') Reach out to Survey Bakery for any support or inquiries. We're here to assist you with your survey needs and questions. @endsection @section('content')

Contact Us

Get in touch with us and let us assist you with any questions, concerns, or feedback. We're here to provide prompt and helpful support.

@csrf
{{-- Submit --}}
@if(Auth::user()) @include ('theme.includes.sidebar') @endif
@endsection