{{ html()->form('POST', route('sitesetup'))->attribute('enctype', 'multipart/form-data')->attribute('data-toggle', 'validator')->open() }} {{ html()->hidden('id',$site->id ?? null)->attribute('placeholder', 'id')->class('form-control') }} {{ html()->hidden('page', $page)->attribute('placeholder', 'id')->class('form-control') }}