@extends('emails.layouts.master') @section('content')
You requested to reset your account password.
Code: {{$code}}
This link will expire in {{ $expires ?? '60 minutes' }}.
If you did not request a password reset, you can safely ignore this email.
@endsection