@component('mail::message') # Great News! Your AI Website is Ready! Hello {{ $website->user->name ?? 'User' }}, We're excited to let you know that the AI generation for your website, **"{{ $website->name ?: 'Untitled Website' }}"**, has completed successfully. You can now view, download, or deploy your new website. @component('mail::button', ['url' => route('frontend.webpilotai.websites.show', $website->id)]) View Your Website @endcomponent Prompt used: > {{ $website->description_prompt }} Thanks,
{{ config('app.name') }} @endcomponent