@php $voice_tones = ['Professional', 'Funny', 'Casual', 'Excited', 'Witty', 'Sarcastic', 'Feminine', 'Masculine', 'Bold', 'Dramatic', 'Grumpy', 'Secretive']; @endphp @extends('panel.layout.settings') @section('title', __('Brand Voice')) @section('titlebar_subtitle', __('Generate AI content exclusive to your brand and eliminate the need for repetitive introductions of your company.')) @section('titlebar_actions')
{{ __('Manage Voices') }} {{ __('New Company') }}
@endsection @section('settings')
@foreach (explode(',', $item?->industry) ?? [] as $industry) @if ($industry == null) @continue @endif @endforeach {{ $item?->description }} @foreach ($voice_tones as $tone) @endforeach {{ $item?->target_audience }}