@extends('emails.app')
@section('content')
Hi {{ $details['name'] }},
|
Welcome to KayScience. Your OTP for KayScience login is
{{ $details['otp'] }}
Please enter this code to complete the verification.
|
With warm regards,
The KayScience Team
|
@endsection