How to pass a value to hidden input ?
Create form :
@if (isset($id)) {!! Form::hidden(\'edition\', $id) !!} @endif
I got the form i
you can do this with the help of blade