@extends('layouts.app') @section('title', 'Contact Auravista | Get a Quote') @section('meta_description', 'Contact Auravista about your private-label skin care, hair care, or personal-care requirements.') @section('content')

Contact us

Tell us what you want the range to become.

Share the product direction, business context, and where you are in the process. A fully finalized brief is not required.

Personal-care bottles arranged with natural ingredients

How projects begin

From first context to a clearer next step.

The first exchange is designed to establish direction—not to assume every development decision has already been made.

    @foreach([ ['Share the direction', 'Tell us the product, category, customer, or range idea you want to explore.'], ['Review the requirements', 'Bring product and packaging context together around the actual business need.'], ['Define the next stage', 'Establish the most useful route into product review, refinement, or preparation.'], ] as $index => $step)
  1. 0{{ $index + 1 }}

    {{ $step[0] }}

    {{ $step[1] }}

  2. @endforeach

Contact us

Give us the useful outline.

A focused outline gives us a better view of your product, packaging, and development needs. You do not need every decision finalized.

Confidential project outline

Tell us about your enquiry.

About 2 minutes
@if($selectedProduct)

Selected product

{{ $selectedProduct['name'] }}

This product will be included in your enquiry context.

@endif @if(session('contact_status'))
{{ session('contact_status') }}
@endif
@csrf

@error('name'){{ $message }}@enderror

@error('email'){{ $message }}@enderror

@error('phone'){{ $message }}@enderror

@error('city'){{ $message }}@enderror

@error('enquiry_for'){{ $message }}@enderror

@error('message'){{ $message }}@enderror

@if($selectedProduct)@endif

Your details are used only to review and respond to this project enquiry.

A useful first step

Your brief can still be taking shape when the conversation starts.

@endsection