I have installed the Laravel Collective
HTML
to do the forms and everything that makes Laravel safe.
I have the Collective\Html\HtmlServiceProvider::class,
in the config / app.php in the providers section and I also have the
'Form' => Collective\Html\FormFacade::class,
'Html' => Collective\Html\HtmlFacade::class,
in the aliases section