/**
  * Display a listing of the resource.
  *
  * @return Response
  */
 public function index()
 {
     return view('cadastro.chamados.index')->with('chamados', Chamado::all());
 }