@if ($allSectors->isNotEmpty()) {{-- Sectors overview (SOW 1.10 / 5). --}}
{{ __('All sectors') }}
@foreach ($allSectors->take(6) as $sector) @endforeach
@if ($allSectors->count() > 6)
{{ __('Also covering') }} @foreach ($allSectors->skip(6) as $sector) {{ $sector->name }} @endforeach
@endif
@endif