@extends('admin.layouts.email_template') @section('content')

Hi {{ $user->name }},
We've recieved a request to reset your password. If you didn't make the request, just ignore this email. Otherwise, you can reset your password using this link:

Click here to reset your password
If you're having trouble clicking the password reset button, copy and paste the URL below into your web browser.

{{ $link }}
Thanks,
The {{ $siteSetting->site_name }} Team

@endsection