@extends('mail.base') @section('body')

Reset Your Password

It seems you’ve forgotten your password for our platform. Not to worry, we’re here to assist you in resetting it.

@foreach(str_split($code) as $digit)
{{$digit}}
@endforeach

To begin the password reset process, please click the button below and enter the code from this email.


@include('mail.partials.button',['link' => $link, 'title' => 'RESET PASSWORD'])
@endsection