@push('style') {{-- --}} {{-- --}} @endpush @extends('app.layout') @section('sub_content')
@if (session('success')) @endif @if (session('error')) @endif

{{ __('Nomenclature') }}

{{ __('qte_fabrique') }}
{{ $nomenclature->qte_fabriquee }} {{ isset(App\Helpers\ArticleList::UNITESTOCK[$nomenclature->article->unite_stock]) ? '('.App\Helpers\ArticleList::UNITESTOCK[$nomenclature->article->unite_stock] .')': '' }}
{{--
{{ __('Article(s)') }}
{{ __('Qte') }}
@forelse($nomenclature->composants as $composant)
{{ optional($composant->article)->libelle }}
{{ $composant->qte }}
@empty
{{__('No results found.')}}
@endforelse --}}

{{ __('Composants') }}

@push('script') {{-- --}} {{-- --}} @endpush @endsection