Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
@props([ 'prefix' => null, 'suffix' => null, ]) <dt {{ $attributes->class(['f..
Decoded Output download
<? @props([
'prefix' => null,
'suffix' => null,
])
<dt
{{ $attributes->class(['fi-in-entry-wrp-label inline-flex items-center gap-x-3']) }}
>
{{ $prefix }}
<span class="text-sm font-medium leading-6 text-gray-950 dark:text-white">
{{ $slot }}
</span>
{{ $suffix }}
</dt>
?>
Did this file decode correctly?
Original Code
@props([
'prefix' => null,
'suffix' => null,
])
<dt
{{ $attributes->class(['fi-in-entry-wrp-label inline-flex items-center gap-x-3']) }}
>
{{ $prefix }}
<span class="text-sm font-medium leading-6 text-gray-950 dark:text-white">
{{ $slot }}
</span>
{{ $suffix }}
</dt>
Function Calls
None |
Stats
MD5 | 5cf32c3465fc22698ee2ed52cea7a926 |
Eval Count | 0 |
Decode Time | 100 ms |