Undefined variable: token (View: C:\xampp\htdocs\blog\resources\views\auth\passwords\email.blade.php)
If you have used default auth(using php artisan make:auth
) in laravel then change like this in \auth\passwords\email.blade.php
file:
<form method="POST" action="{{ route('password.email') }}">
@csrf