@if($inputs->name == "color_preferences" || $inputs->name == "color_type") @if($inputs->name == "color_preferences")
    @foreach($inputs->decoded_value as $key => $value)
  • name]->value ?? 'N/A') == $value ? 'checked' : ''}}>
  • @endforeach
@error($inputs->name ?? '') {{ $message }} @enderror
@endif @if($inputs->name == "color_type")
@include('templates.inputs.color_preference', ['inputs' => $inputs, 'is_child' => 'yes'])
@endif @endif @if($inputs->name == "file_type")
@include('templates.inputs.check-box', ['inputs' => $inputs, 'is_child' => 'yes'])
@endif