@if ($brands->count() > 0) @foreach ($sections as $section) @if ($section->key == 'partners') {{ $section->title }} @endif @endforeach @foreach ($brands as $brand) @endforeach @push('scripts') @endpush @push('styles') @endpush @endif