{{-- 1) Your form --}} {{ $this->form }} {{-- 2) Inline loader below the URL input --}}
Marketing AI scanning your website…
{{-- 3) Results only when not loading --}}
@if(count($metaTags))

Meta Tags

@foreach($metaTags as $name => $content) @if(is_array($content)) @foreach($content as $c) @endforeach @else @endif @endforeach
NameContent
{{ $c }}
{{ $name }} {{ $content }}
@endif @if(count($logoUrls))

Logos

@foreach($logoUrls as $src)
Logo {{ $src }}
@endforeach
@endif @if($brandColor)

Brand Color

{{ $brandColor }}
@endif