view('home')); App::get('/test', fn() => view('test')); http_response_code(404); view('404');