@php($_localeEntry = \App\Services\I18n\LocaleCatalog::entryFor(app()->getLocale()))
{{ __('New lead — :email', ['email' => $lead->email]) }}
{{ __('New lead :email for :agent — reply within 5 minutes for best conversion.', ['email' => $lead->email, 'agent' => $agentName]) }}
{{-- Header --}}
|
{{ __('New lead captured') }}
{{ $lead->email }}
|
{{-- Body --}}
|
{!! __('A visitor on :agent just left their details. Reply within 5 minutes for the best chance of conversion — that\'s the window where prospects are still warm.', ['agent' => e($agentName)]) !!}
@foreach($rows as $label => $value)
@if($value)
| {{ $label }} |
{{ $value }} |
@endif
@endforeach
{{ __("You're receiving this because you're an owner or admin of the :workspace workspace.", ['workspace' => $workspaceName]) }}
|
{{-- Footer --}}
|
{{ $brandName ?? __('Sales AI for any website') }}
|
|