@php $savedBrands = $account->brandAssets ?? collect([]); @endphp @foreach($savedBrands as $i => $brand)
Brand #{{ $i + 1 }}: {{ $brand->brand_name }}
{{-- A. Keys --}}
{{-- B. CAD Business Context --}}
mission_criticality ? 'checked' : '' }}>
executive_visibility ? 'checked' : '' }}>
{{-- C. Brand Asset Linkage --}}
{{-- D. Escalation --}}
{{-- E. Lifecycle --}}
@php $activeMods = is_array($brand->contracted_modules) ? $brand->contracted_modules : []; @endphp @foreach(['Website','SocialMedia','Apps','PPC','DarkWeb','AIPlatforms'] as $mod)
@endforeach
{{-- F. Enrichment --}}
@endforeach