This is the structure of my project where my page is;
Thisismycontroller;
publicfunctioncreate(){returnview(imoveis.create);}
Thisishowmyrouteisset,it'sinmyfileweb.php
;
Route::resource('imoveis','ImovelController');
AndI'mgettingthiserrormessagebackintheURL:http://localhost:8000/imoveis/create
Where will I go wrong?