forked from miguel456/rbrecruiter
Add dynamic form builder
This form builder still needs some improvements and names for every field.
This commit is contained in:
@@ -6,5 +6,10 @@ use Illuminate\Http\Request;
|
||||
|
||||
class FormController extends Controller
|
||||
{
|
||||
//
|
||||
|
||||
public function index()
|
||||
{
|
||||
return view('dashboard.administration.forms');
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user