Edition des contacts client d'une opération

@csrf @method('PUT')
@php $linkedIds = $operation->customercontacts->pluck('id')->toArray(); @endphp @if ($operation->customer && $operation->customer->contact->isNotEmpty())
@foreach ($operation->customer->contact as $cc)
id, $linkedIds) ? 'checked' : '' }}>
@endforeach
@else
Aucun contact disponible pour ce client.
@endif
{{ __('ui.actions.save') }}