@foreach ($shipments as $shipment)
distributor->shipments->pluck('id')->toArray()))->contains($shipment->id) ? 'checked' : '' }}>
@endforeach
@foreach ($marketPlaces as $marketPlace)
@php
$existing = $user->distributor->marketPlaces->firstWhere(
'id',
$marketPlace->id,
);
@endphp
@endforeach