Exemple #1
0
 public function index(Step $Step)
 {
     $steps = $Step->all();
     return view('registration::steps.index', compact('steps'));
 }