{{$company->title}}
{{$company->title}}

@for($i=0; $i<5; $i++) @if($i>=$company->score) @else @endif @endfor  {{$company->score}}/5


@if(isset($company->offers[0]))

{{$company->offers[0]->categories[0]->title}}
{{$company->offers[0]->title}}

@else

 
 

@endif @if(isset($company->offers[1]))

{{$company->offers[1]->categories[0]->title}}
{{$company->offers[1]->title}}

@else

 
 

@endif