{{ Form::model($landing_page_data, ['method' => 'POST', 'route' => ['heading_page_settings'], 'enctype' => 'multipart/form-data', 'data-toggle' => 'validator', 'id' => 'myForm']) }} {{ Form::hidden('id', null, ['placeholder' => 'id', 'class' => 'form-control']) }} {{ Form::hidden('type', $page, ['placeholder' => 'id', 'class' => 'form-control']) }}
status ? 'checked' : '' }}>
@if(!empty($landing_page_data) && $landing_page_data->status) @else @endif
enable_language) ? 'checked' : '' }}>
enable_darknight_mode) ? 'checked' : '' }}>
{{ Form::submit(__('messages.save'), ['class' => "btn btn-md btn-primary float-md-right"]) }} {{ Form::close() }}