@extends('frontend.layouts.navBar') @section('content')
@foreach ($promotions as $promotion) @if($promotion->produit_id !=null)
@else
@endif @endforeach
{!! $promotions->links()!!}
@endsection