formers/former

Form echo like a text Laravel 5.7

rajath-ramachandran opened this issue · 0 comments

I'm trying the code below.

{{Former::vertical_open()
->id('menu')
->method('POST')
->files('true')
->action(URL::to('admin/menu'))}}
Untitled