@can('crm_leads-update-workflow')
Transitions
@foreach ($workflows->filter(fn ($workflow) => ! in_array($workflow->action_type, ['not_interested_reasons', 'reschedule_call'])) as $workflow)
@csrf @method('PUT')
@endforeach @foreach ($workflows->whereIn('action_type', ['not_interested_reasons', 'reschedule_call']) as $workflow) @endforeach
@endcan