@props([
'columnSpan' => [],
'columnStart' => [],
'height' => null,
'loadingLabel' => null,
])
gridColumn($columnSpan, $columnStart)
->class(['fi-section fi-loading-section'])
->style(['height: ' . e($height ?? '8rem')])
}}
>
{{ $loadingLabel ?? __('filament::components/loading-section.label') }}