Notifications

Choisissez les utilisateurs a notifier pour chaque type d'evenement.

@csrf @method('PUT') @foreach($types as $type => $meta) @php $checkedUserIds = old('recipients.'.$type, $selectedRecipients[$type] ?? []); @endphp

{{ $meta['label'] }}

@if(! empty($meta['description']))

{{ $meta['description'] }}

@endif
@if($users->isEmpty())

Aucun employe disponible.

@else
@foreach($users as $user) @endforeach
@endif
@endforeach