@extends('onboarding.main') @section('content')

Empfehle jetzt an Deine Freunde

@if(isset($availableSellersToRecommend)) @foreach($availableSellersToRecommend as $connection)
Card image cap

{{$connection->company}}

{!!Format::rating($connection->averageRating)!!}

@endforeach @endif
@if($allSellersShown == false) @endif
@endsection