@foreach ($rows as $index => $row) {{-- Additional asset tag input for row N. wire:model binds it to the Livewire component state so add/remove doesn't clobber the operator's typed values. The remove button rides in x-form.row's after_input slot (col-md-1). --}} {{ trans('button.delete') }} {{-- Additional serial input for row N. --}} @endforeach