Exemplo n.º 1
0
 public function index()
 {
     $case = Scase::all();
     return $this->view('index')->with('case', $case);
 }