@extends('layouts.platform') @section('main')
Catégories
Villes
@foreach ($offers as $offer) @if ($layout === "grid")
@endif
product image
@if ($layout === "grid") @endif

$offer->uid])}}">{{$offer->titre}}

@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
@endsection