@extends('emails.layouts.base') @section('title', 'Reset Password') @section('content')

Hello {{ $name ?? 'there' }},

We received a request to reset your password. Use the code below to set a new password.

{{ $code ?? '' }}

This code will expire in 60 minutes. If you did not request this, please ignore this email.

Best Regards,
Mojere Cooperative Services.

@endsection