コード例 #1
0
ファイル: StepsController.php プロジェクト: alkindi91/DARES
 public function index(Step $Step)
 {
     $steps = $Step->all();
     return view('registration::steps.index', compact('steps'));
 }