@if ($highlights->isNotEmpty()) {{-- Technical capabilities / key differentiators (SOW 1.9). --}}
@foreach ($highlights as $highlight)

{{ $highlight->title }}

@if ($highlight->subtitle)

{{ $highlight->subtitle }}

@endif @if ($highlight->description)

{{ $highlight->description }}

@endif @if ($highlight->link_url) {{ __('Learn more') }} @endif
@endforeach
@endif