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

{{__('texte.products_arr.index.products')}}


{{strtoupper(__('texte.products_arr.index.id'))}} {{__('texte.products_arr.index.name')}} {{__('texte.products_arr.index.code')}} {{__('texte.products_arr.index.unit')}} {{__('texte.products_arr.index.category')}} {{__('texte.products_arr.index.producer')}} {{__('texte.products_arr.index.package')}} {{__('texte.products_arr.index.active_m')}} @if(!config('settings.has_erp')) @else {{__('texte.products_arr.index.actions')}} @endif
@endsection