{{ html()->form('POST', route('gallery.store'))->class('needs-validation')->attributes(['novalidate'])->open() }} @isset($gallery) {{ html()->hidden('id', $gallery->id) }} @endisset