@extends('root.layouts.master') @section('content')
@foreach($product as $products) @endforeach
Libelle Tableau Description Prix Modifier Supprimer
{{$products->nameP}} {!! $products->description !!} {{$products->price}}
@endsection