@extends('layout.app') @section('content') @include('components.banner',['title'=>'Produits','img'=>'pics/banner/product-banner.jpg'])
@if($pubs != null && count($pubs)>0)
@foreach($pubs as $key => $pub)

{{$pub->fr_title}}

{{$pub->fr_title}}

{{--

UP TO

10% Cashback
ADD TO CART --}}
@endforeach
@endif

Our Products

@if($items != null && count($items)>0) @foreach($items as $key => $item)

{{$item->fr_Name}}

@if($item->initiale_prices != null) {{ number_format($item->initiale_prices, 2, ',', ' ') }} {{$sign}} @else {{$sign}} 0 @endif @if($item->Prices != null) {{ number_format($item->Prices, 2, ',', ' ') }}{{$sign}} @else {{$sign}} 0 @endif
@endforeach @else
Aucun produit n'est disponible
@endif
@endsection