@extends('layouts.master') @section('title', 'Produits') @section('content')
@livewire('stock.product.show-product', ['product' => $product])
@endsection