@extends('layouts.app') @section('content')

{{__('texte.product_lists_arr.show.show_product_list')}}

{{__('texte.product_lists_arr.show.title')}}: {{ $product_list->title}}
{{__('texte.product_lists_arr.show.product_list_rows')}}: @foreach($product_list_rows as $row) @endforeach
{{__('texte.product_lists_arr.show.product')}} {{__('texte.product_lists_arr.show.product_id')}} {{__('texte.product_lists_arr.show.client_code')}}
{{$row->name}} {{$row->product_id}} {{$row->client_number}}
@endsection