@extends('layouts.admin') @section('content')
@csrf
CATALOGUE DES PRODUITS
@foreach($produits as $p)
image
{{ $p->label }}
@endforeach
@endsection @section('scripts') @parent @endsection