repuve-backend-v1/resources/views/user/password-forgot.blade.php
Moisés de Jesús Cortés Castellanos 517628b92d
ADD: Plantilla Holos (#1)
2024-12-13 16:14:50 -06:00

11 lines
261 B
PHP

<x-mail::message>
{{ __('auth.forgot.line') }}
<x-mail::button :url="env('APP_FRONTEND_URL') . '/auth.html#/reset-password?code=12345234234'">
{{ __('auth.forgot.button') }}
</x-mail::button>
{{ __('thanks')}},<br>
{{ config('app.name') }}
</x-mail::message>