/**
  * Display a listing of the resource.
  *
  * @return Response
  */
 public function index()
 {
     $forms = Forms::all();
     return view('formbuilder::admin.forms.index', compact('forms'));
 }