Add dynamic form builder

This form builder still needs some improvements and names for every field.
This commit is contained in:
2020-05-05 05:25:56 +01:00
parent 27794729b9
commit 79eaa2ea54
4 changed files with 79 additions and 1 deletions

View File

@@ -6,5 +6,10 @@ use Illuminate\Http\Request;
class FormController extends Controller
{
//
public function index()
{
return view('dashboard.administration.forms');
}
}