@php $url = route('threat-action.list', array_filter([ 'source' => $source ?? null, 'threat_id' => $threat_id ?? null, ])); @endphp

My Actions

@if($source === 'dashboard') @endif
# Action Name Threat Name Assigned By Start Date Due Date Status Actions
@if($source === 'dashboard') @include('backend.threat_actions.action-advance-filter') @endif @push('js') @endpush