@extends('emails.layouts.base') @section('title', 'Email Verification') @section('content')

Hello {{ $name }},

Thank you for registering with us! Please use the OTP below to verify your email address.

{{ $otp }}

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

Best Regards,
Mojere Cooperative Services.

@endsection