@extends('layouts.app') @section('link') @endsection @section('content')
@include('shared.messages')

{{__('texte.product_lists_arr.index.product_lists')}}


@foreach($product_lists as $product_list) @endforeach
{{strtoupper(__('texte.product_lists_arr.index.id'))}} {{__('texte.product_lists_arr.index.title')}}
{{$product_list->id}} {{$product_list->title}}
@endsection