@extends('layouts.public') @section('title', 'Contact — Boss Of AI') @section('meta_description', 'Questions about Boss Of AI, billing or the data behind the leads? Send us a message.') @section('content')

Contact

Questions about the product, the data behind the leads, or billing. We reply within one business day.

{{ config('bossofai.brand.support_email') }}

@csrf @foreach ([ ['name', 'Your name', 'text', true], ['email', 'Work email', 'email', true], ['company', 'Company (optional)', 'text', false], ['subject', 'Subject', 'text', true], ] as [$field, $label, $type, $required])
@error($field)

{{ $message }}

@enderror
@endforeach
@error('body')

{{ $message }}

@enderror
@endsection