Even if the views is available at the resources/views directory laravel is showing me this error
View [name] not found.
Everything was working fine until a token mismatch error occured currently i am not being able to access any view in the views directory.
Route::get('/', function () {
return view('welcome');
});//in web.php
is throwing View [welcome] not found. exception
NOTE I am running my application vagrant in homestead