@extends('layouts.master') @section('content')
@foreach(firstsimagepub() as $firstsimagepubs)
Static Image
@endforeach

Promo & ventes

@foreach(cat4() as $cat4s)

{{$cat4s->titre}}

@if($cat4s->prix == 0)
@else
{{$cat4s->prix }} XOF
@endif
@endforeach
Static Image
Static Image

Offre d'emploi

@foreach(cat2() as $cat2s)

{{$cat2s->titre}}

@if($cat2s->prix == 0)
@else
{{$cat2s->prix }} XOF
@endif
@endforeach

Formation

@foreach(cat3() as $cat3s)

{{$cat3s->titre}}

@if($cat3s->prix == 0)
@else
{{$cat3s->prix }} XOF
@endif
@endforeach
@endsection