Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<x-dynamic-component :component="WireUi::component('select.option')" :attributes="..
Decoded Output download
<? <x-dynamic-component
:component="WireUi::component('select.option')"
:attributes="$attributes->except(['src'])"
:label="$label" :option="$option" :description="$description"
>
<div class="flex items-center gap-x-3">
<img src="{{ data_get($option, 'src', $src) }}" class="object-cover w-6 h-6 rounded-full shrink-0">
<span @class(['text-sm' => (bool) $description])>
{{ $label }}
@if ($description)
<div class="text-xs text-gray-400">{{ $description }}</div>
@endif
</span>
</div>
</x-dynamic-component>
?>
Did this file decode correctly?
Original Code
<x-dynamic-component
:component="WireUi::component('select.option')"
:attributes="$attributes->except(['src'])"
:label="$label" :option="$option" :description="$description"
>
<div class="flex items-center gap-x-3">
<img src="{{ data_get($option, 'src', $src) }}" class="object-cover w-6 h-6 rounded-full shrink-0">
<span @class(['text-sm' => (bool) $description])>
{{ $label }}
@if ($description)
<div class="text-xs text-gray-400">{{ $description }}</div>
@endif
</span>
</div>
</x-dynamic-component>
Function Calls
None |
Stats
MD5 | 349ac60b4ec6829d258b998e253ac936 |
Eval Count | 0 |
Decode Time | 85 ms |