@php use App\Enums\LeadActions\ActionType; @endphp @extends('components.dashboard.layout.layout') @section('content') @include('components.alert')
Back
@csrf
Lead Actions Workflow Mapping

Review the available lead actions and select the workflow assigned to each action.

{{ $leadActions->count() }} Actions
Workflow Assignment

The action name is locked to prevent accidental changes. Only users with update permission can change the related workflow.

@forelse ($leadActions as $action)
System action name
@can('crm_leadactions-update')
Select the workflow triggered by this action
@else
You do not have permission to update this workflow
@endcan
@empty
No lead actions found
There are no lead actions available to configure.
@endforelse
@can('crm_leadactions-update')
Cancel
@endcan
@endsection @push('scripts') @endpush