@if(session('success'))
{{ session('success') }}
@endif {{-- Brand Identity --}}

Brand Identity

{{-- Primary Logo --}}
@if($logoPreview)
Primary Logo
@endif @error('logoFile')

{{ $message }}

@enderror
{{-- Secondary Logo --}}
@if($secondaryLogoPreview)
Secondary Logo
@endif @error('secondaryLogoFile')

{{ $message }}

@enderror
{{-- Brand Colors --}}

Brand Colors

@foreach($colors as $index => $color)

{{ $color }}

@endforeach {{-- Add color --}} @if(count($colors) < 8)
@endif

Brand colors are automatically injected into AI image generation prompts.

{{-- Brand Fonts --}}

Brand Fonts

{{-- Brand Voice --}}

Brand Voice

Describe your brand's tone and personality. This is automatically injected into AI caption generation prompts.

{{-- Watermark --}}

Watermark Settings

{{-- Save --}}