@foreach ($offers as $offer)
@if ($layout === "grid")
@endif
@if ($layout === "grid")
@endif
@if ($layout === "list")
{{$offer->description}}
@endif
@for ($i = 0; $i < $offer->rating; $i++)
@endfor
@for ($i = 0; $i < ( 5 - $offer->rating); $i++)
@endfor
@if ($layout === "list")
@endif
@if ($layout === "grid")
@endif
@endforeach
@if (method_exists($offers, 'links'))
{{ $offers->links() }}
@endif