Created some more input components and added all attributes to game news entry.

Also added Route and function for accepting post in GameNewsController
This commit is contained in:
Vari
2024-03-19 01:00:27 +01:00
parent 01b1fefc72
commit 90fbc458db
10 changed files with 139 additions and 70 deletions

View File

@@ -23,4 +23,8 @@ public function index()
return view('admin.tools.game-news', ['newsList' => $news]);
}
public function put() {
}
}