{{-- Example: How to use NotificationAutomationTimeline in Lead Details --}} {{-- Option 1: Full Width in Card --}}
{{-- Option 2: In Collapsible Section --}}
{{ __('Automations de notifications') }}
{{-- Option 3: In Tab System --}}
{{-- Lead details content --}}
{{-- History content --}}
{{-- Option 4: Standalone Section in Lead Detail --}}
{{-- Lead Information Column --}}
{{-- Lead details cards --}}
{{-- Automation Timeline Column --}}
{{-- Option 5: With Custom Wrapper Styling --}}
{{-- Option 6: In Modal (for quick view) --}} {{-- Option 7: Dynamic with Any Model --}} @php $model = $lead ?? $client ?? $project; // Any model @endphp
{{-- RECOMMENDED: Clean Integration in Lead Detail --}} {{-- File: resources/views/projects/leads/show.blade.php --}}
{{-- Existing lead header and details --}} {{-- Add Automation Timeline Section --}}