Select states to assign to this region. Only states not already assigned to another region are shown.
@if($states->count())
@foreach($states as $state)
id, old('states', [])) ? 'checked' : '' }}>
@endforeach
@else
No unassigned states available. Create states first.
@endif