{!! Form::open([ 'url' => route('admin_settings_emails_update'), 'method' => 'post', 'class' => 'modal-content' ]) !!} {{ Form::hidden('action', 'email_template') }} {{ Form::hidden('step', false) }} {{ Form::hidden('id', $value->id) }} {!! Form::close() !!}