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

Kennst Du diese Unternehmen aus Deiner Region?

{{csrf_field()}} @foreach($allSellers as $indexkey => $sellerModal) @if($indexkey % 4 == 0)
@endif
Card image cap

{{$sellerModal->company}}

{!!Format::rating($sellerModal->averageRating)!!}
@if($indexkey % 4 == 3 || (count($allSellers)==1) ||(count($allSellers) == $indexkey+1))
@endif @endforeach
@endsection