{{-- Stage 10: this was a PHP array written inline here, so adding an accreditation meant editing a Blade file. $partners now comes from the view composer in AppServiceProvider. --}}
{{-- Duplicated once so the marquee loops seamlessly (as in the legacy markup) --}} @foreach ($partners->concat($partners) as $partner)
{{ $partner->name }}
@endforeach