@extends('emails.partials.layout') @section('title', __('emails.reset_password.subject')) @section('preheader', __('emails.reset_password.preheader')) @section('hero_title', __('emails.reset_password.hero_title', ['name' => $user->fullName ?? $user->name ?? $user->email])) @section('hero_subtitle', __('emails.reset_password.hero_subtitle')) @section('content')

{{ __('emails.reset_password.body') }}

{{ __('emails.reset_password.expires', ['minutes' => $expiresIn]) }}

{{ __('emails.reset_password.link_fallback') }}
{{ $resetUrl }}

@endsection @section('cta') {{ __('emails.reset_password.cta') }} @endsection @section('footer') {!! __('emails.reset_password.footer') !!} @endsection