{{-- 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 --}}