@extends('emails.email_layout')
@section('title')
Forgotten Password
@endsection
@section('content')
Someone has requested a password reset for this email address.
To reset the password use the following link: {{$resetLink}}
Greetings from {{ $site }}
@endsection