Password Reset Request
Hello {{ $data['name'] }},
We received a request to reset your password for your {{ $data['title'] }} account.
@if(isset($data['body']) && Str::contains($data['body'], 'http'))
@php
preg_match('/https?:\/\/[^\s]+/', $data['body'], $matches);
$resetLink = $matches[0] ?? '#';
@endphp
Please click the button below to reset your password:
Reset Password
@else
{!! $data['body'] !!}
@endif
If you didn’t request a password reset, you can safely ignore this email.
Best regards,
Team {{ $data['title'] }}