{{ html()->form('POST', route('landing_page_settings_updates'))->attribute('enctype', 'multipart/form-data')->attribute('data-toggle', 'validator')->open() }} {{ html()->hidden('id', $landing_page->id)->placeholder('id')->class('form-control') }} {{ html()->hidden('type', $tabpage)->placeholder('id')->class('form-control') }}
status == 1 ? 'checked' : '' }}>
{{ html()->submit(__('messages.save'))->class('btn btn-md btn-primary float-md-end submit_section1') }} {{ html()->form()->close() }}