onlyProps([ 'user' => filament()->auth()->user(), ]) as $__key => $__value) { $$__key = $$__key ?? $__value; } ?> exceptProps([ 'user' => filament()->auth()->user(), ]); ?> filament()->auth()->user(), ]), 'is_string', ARRAY_FILTER_USE_KEY) as $__key => $__value) { $$__key = $$__key ?? $__value; } ?> $__value) { if (array_key_exists($__key, $__defined_vars)) unset($$__key); } ?> 'filament::components.avatar','data' => ['src' => filament()->getUserAvatarUrl($user),'attributes' => \Filament\Support\prepare_inherited_attributes($attributes) ->class(['fi-user-avatar rounded-full']) ]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> withName('filament::avatar'); ?> shouldRender()): ?> startComponent($component->resolveView(), $component->data()); ?> getConstructor()): ?> except(collect($constructor->getParameters())->map->getName()->all()); ?> withAttributes(['src' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(filament()->getUserAvatarUrl($user)),'attributes' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute( \Filament\Support\prepare_inherited_attributes($attributes) ->class(['fi-user-avatar rounded-full']) )]); ?> renderComponent(); ?>