@php $mountedFormComponentActionsData = $getLivewire()->mountedFormComponentActionsData; $data = $mountedFormComponentActionsData[array_key_last($mountedFormComponentActionsData)]; @endphp
@if ($data['asymmetric'])

1

1

@else @if(!empty($data['columns']) && $data['columns'] > 0) @foreach(range(1, $data['columns']) as $column)

{{ $column }}

@endforeach @endif @endif