@extends('layouts.app') @section('content')
{{__('texte.product_lists_arr.show.product')}} | {{__('texte.product_lists_arr.show.product_id')}} | {{__('texte.product_lists_arr.show.client_code')}} | @foreach($product_list_rows as $row)
---|---|---|
{{$row->name}} | {{$row->product_id}} | {{$row->client_number}} |