@php $customerReps = $customers->mapWithKeys(fn ($c) => [$c->id => $c->salesStaff ? "{$c->salesStaff->name} ({$c->salesStaff->territory})" : '-']); @endphp
@csrf

Sales rep:

Cancel