@extends('layouts.admin') @section('content')
@csrf
CATALOGUE DES PRODUITS DE LA CBAO
@foreach($produits as $p) @if($p->price != NULL ||$p->prix_1 != NULL || $p->prix_2 != NULL)
image

{{ $p->label }}

@endif @endforeach
@endsection @section('scripts') @parent @endsection