style fixing

This commit is contained in:
Roberto Guagliardo
2025-07-09 02:37:23 +02:00
parent ca5719474c
commit 195f20bb69
23 changed files with 68 additions and 51 deletions

View File

@@ -13,6 +13,7 @@ class SkillController extends Controller
public function index()
{
$skills = Skill::latest()->get();
return view('skills.index', compact('skills'));
}