Insert a value to hidden input Laravel Blade

前端 未结 2 711
花落未央
花落未央 2021-02-02 12:17

How to pass a value to hidden input ?

Create form :

@if (isset($id))
    {!! Form::hidden(\'edition\', $id) !!}
@endif

I got the form i

2条回答
提交回复
热议问题