@extends('layouts.app') @section('content')
@if(isset($featured_company->id))
{{$featured_company->title}}
@if(isset($featured_company->offers[0]))
{{$featured_company->offers[0]->categories[0]->title}}
{{$featured_company->offers[0]->short_content}}
@endif @if(isset($featured_company->offers[1]))
{{$featured_company->offers[1]->categories[0]->title}}
{{$featured_company->offers[1]->short_content}}
@endif
@if(isset($featured_company->offers[1]))
 
{{$featured_company->offers[1]->categories[0]->title}}
{{$featured_company->offers[1]->short_content}}
@endif
@for($i=0; $i<5; $i++) @if($i>=$featured_company->score) @else @endif @endfor  {{$featured_company->score}}/5
@endif

{{$category->title}}


@foreach($companies as $company) @include('partials.company',['width'=>4,'company'=>$company]) @endforeach
@include('partials.paginator',['slug'=>$category->slug, 'paginator'=>$paginator])
@endsection