@props(['existing' => []]) @php $existing = (object) $existing; $settings = [ 'is_new' => 'Is New', 'is_featured' => 'Is Featured', 'is_best_selling' => 'Is Best Selling', 'is_taxable' => 'Is Taxable', 'is_outof_stock' => 'Is Out of Stock', 'is_comming' => 'Coming Soon', ]; @endphp
@foreach ($settings as $key => $label)
$key ?? false ? 'checked' : '') }}>
@endforeach