@section('partners-widget-index') @foreach ($partners as $partner) @if ($partner->image)
  • {{ $partner->title }}
  • @endif @endforeach @show