{{ html()->form('POST', route('footer_page_settings'))->attribute('enctype', 'multipart/form-data')->attribute('data-toggle', 'validator')->id('myForm')->open() }} {{ html()->hidden('id', $landing_page_data ?? null)->placeholder('id')->class('form-control') }} {{ html()->hidden('type', $page)->placeholder('id')->class('form-control') }}
status ? 'checked' : '' }}>
{{ html()->submit(__('messages.save'))->class('btn btn-md btn-primary float-md-end') }} {{ html()->form()->close() }}