@php if($inputs->model_value === "App\Models\Category") { $loadModels = $categories; } elseif($inputs->model_value === "App\Models\BrandProfile") { $loadModels = $brandProfiles; } else { $loadModels = $inputs->decoded_value; } @endphp @if($inputs->model_value === "App\Models\BrandProfile")
@else @endif
@error($inputs->name ?? '') {{ $message }} @enderror