@php $columnSpan = $this->getColumnSpan(); if (! is_array($columnSpan)) { $columnSpan = [ 'default' => $columnSpan, ]; } $columnStart = $this->getColumnStart(); if (! is_array($columnStart)) { $columnStart = [ 'default' => $columnStart, ]; } @endphp {{ $slot }}