merge($getExtraAttributes())
->class([
'filament-tables-image-column',
'px-4 py-3' => ! $isInline(),
])
}}
>
@php
$height = $getHeight();
$width = $getWidth() ?? ($isCircular() || $isSquare() ? $height : null);
@endphp
$isCircular() || $isSquare(),
'rounded-full' => $isCircular(),
])
>
@if ($path = $getImagePath())

class([
'object-cover object-center' => $isCircular() || $isSquare(),
])
}}
/>
@endif