@foreach ($categories_offres as $category)

{{ $category->name }}

{{--

Welcome to our tranporation services agency. We are the best at our trans-portation service ever.

--}}
@if (count($category->offres) < 4) @foreach ($category->offres as $offre)
{{$offre->slug}}
{{$offre->designation}}

{!! $offre->description !!}

@endforeach @else
@foreach ($category->offres as $offre)
{{$offre->slug}}
{{$offre->designation}}

{!! $offre->description !!}

@endforeach
@endif
@endforeach