@include("template.SideBar")
Tarif des produits du client {{ $get_client->nom }}
ID |
Nom du Client |
Produit |
Tarif |
|
|
@foreach ($liste as $rows)
{{ $rows->idtarif }} |
{{ $rows->nom }} |
{{ $rows->nom_produit }} |
{{ number_format($rows->tarif,2,',',' ') }} |
|
|
@endforeach