add timer form blade template completed

This commit is contained in:
2019-11-17 22:39:46 -06:00
parent e42941e47a
commit 78912cc005
3 changed files with 54 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ class TimerController extends Controller
*/
public function dashboard() {
return view('timers.dashboard');
}
/**