Note: This will update all assignments that currently belong to the selected adjusters and set their adjuster to the chosen main adjuster. This action cannot be easily undone.
@error('primaryAdjusterId')
{{ $message }}
@enderror
@if(count($selectedAdjusterIds) > 0)
@foreach($allAdjusters->filter(function($adjuster) use ($selectedAdjusterIds) { return in_array($adjuster->id, $selectedAdjusterIds); }) as $adjuster)