@extends('layouts.master') @section('title', 'Produits') @section('content')
@livewire('stock.product.create-product')
@endsection