#Route not working
13 messages · Page 1 of 1 (latest)
Can anyone tell me what problem is happening to me? I've already created a compras.blade.pphp I've also made a route but the problem still persists. Can anyone help me? I already asked teachers for help but they are not online at the moment
return view('compras');
}); ```