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([ 'tenant' => filament()->getTenant(), ]) <x-filament::avatar :circular="f..

Decoded Output download

<?  @props([
    'tenant' => filament()->getTenant(),
])

<x-filament::avatar
    :circular="false"
    :src="filament()->getTenantAvatarUrl($tenant)"
    :alt="__('filament-panels::layout.avatar.alt', ['name' => filament()->getTenantName($tenant)])"
    :attributes="
        \Filament\Support\prepare_inherited_attributes($attributes)
            ->class(['fi-tenant-avatar'])
    "
/>
 ?>

Did this file decode correctly?

Original Code

@props([
    'tenant' => filament()->getTenant(),
])

<x-filament::avatar
    :circular="false"
    :src="filament()->getTenantAvatarUrl($tenant)"
    :alt="__('filament-panels::layout.avatar.alt', ['name' => filament()->getTenantName($tenant)])"
    :attributes="
        \Filament\Support\prepare_inherited_attributes($attributes)
            ->class(['fi-tenant-avatar'])
    "
/>

Function Calls

None

Variables

None

Stats

MD5 081fefc958267629af1a291c58ae737c
Eval Count 0
Decode Time 89 ms