align add action in repeater

addAction( fn (Action $action) => $action ->icon('solar-add-square-outline') ->size(ActionSize::Large) ->color('primary') ->tooltip('Agregar producto') ->iconButton() ),

how could i push the add action in this repeater to the left/right?.
->extraAttributes(['class' => 'mr-auto']) works but if did the opposite it wont since the parent is justify-center. any ideass please
Screenshot_from_2024-07-27_17-31-48.png
Was this page helpful?