@extends('emails.parts.email_template') @section('title', $details['title']) @section('content')

Hi! {{$details['email']}},

You have requested to reset your password for your account in {{$details['appname']}} platform. Please use the token below to validate your request identity and proceed with the password request.

{{$details['token']}}

Thank you!

{{$details['appname']}} Team

@endsection