{{ html()->form('POST', route('heading_page_settings'))->attribute('enctype', 'multipart/form-data')->attribute('data-toggle', 'validator')->id('myForm')->open() }} {{ html()->hidden('id', $landing_page_data)->placeholder('id')->class('form-control') }} {{ html()->hidden('type', $page)->placeholder('id')->class('form-control') }}
status ? 'checked' : '' }}>
@if (!empty($landing_page_data) && $landing_page_data->status) @else @endif
enable_search) ? 'checked' : '' }}>
enable_language) ? 'checked' : '' }}>
enable_darknight_mode) ? 'checked' : '' }}>
{{ html()->submit(__('messages.save'))->class('btn btn-md btn-primary float-md-end') }} {{ html()->form()->close() }}