@extends('layouts.app') @section('content')
{{__('texte.producers_arr.show.name')}}: {{ mb_ucfirst($producer->name) }}
{{__('texte.producers_arr.show.active')}}: {{ $producer->active==1 ? __('texte.producers_arr.show.yes') : __('texte.producers_arr.show.no') }}
@endsection