@extends('layouts.app') @section('title') Affiliates @endsection @section('content') {!! breadcrumbs(['Site Affiliates' => 'affiliates']) !!} @if ($open)
Apply to Affiliates
@endif

Affiliates

@if ($featured->count() > 0)
Featured Affiliate{{ $featured->count() == 1 ? '' : 's' }}
@foreach ($featured as $feat) {!! $feat->icon !!} @endforeach
@endif
@if ($affiliates->count() > 0) @foreach ($affiliates as $affiliate) {!! $affiliate->icon !!} @endforeach @else No affiliates found. @endif
@endsection