@component('mail::message') # Uh Oh! Problem Generating Your AI Website Hello {{ $website->user->name ?? 'User' }}, We encountered an issue while trying to generate your website, **"{{ $website->name ?: 'Untitled Website' }}"**. **Error Details:** ``` {{ $errorMessage }} ``` You can try editing the prompt or selecting a different AI model and attempting to regenerate the website. @component('mail::button', ['url' => route('frontend.webpilotai.websites.edit', $website->id)]) Edit and Regenerate Website @endcomponent Prompt used: > {{ $website->description_prompt }} If the problem persists, please contact support. Thanks,
{{ config('app.name') }} @endcomponent