@if ($achievements->isNotEmpty() || $accreditations->isNotEmpty()) {{-- Achievements & accreditation (SOW 1.14 / 16). --}}
{{ __('All recognitions') }}
@if ($achievements->isNotEmpty()) @endif @if ($accreditations->isNotEmpty())
{{ __('Accredited to') }} @foreach ($accreditations as $badge) {{ $badge->title }} @endforeach
@endif
@endif