Download
@php $email= \App\Models\User::where('password_reset_token', $token)->value('email'); @endphp
Reset Password
{{--
Reset Password
--}}
@if (Session::has('message')) @endif