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

{{__('texte.producers_arr.index.producers_list')}}


{{strtoupper(__('texte.producers_arr.index.id'))}} {{__('texte.producers_arr.index.name')}} {{__('texte.producers_arr.index.active_m')}} @if(!config('settings.has_erp')) @else {{__('texte.producers_arr.index.actions')}} @endif
@endsection