{{ __('Référence') }}
{{ $Object->reference }}
{{ __('Quantité') }}
{{ $Object->qte. ' ' .App\Helpers\ArticleList::UNITESTOCK[$Object->article->unite_stock] }}
{{ __('qte_fabrique') }}
{{ ($Object->qte_fab ?? '0.00') . ' ' . App\Helpers\ArticleList::UNITESTOCK[$Object->article->unite_stock] }}
{{ __('Quantité Restante') }}
{{ number_format($Object->qte - $Object->qte_fab, 2). ' ' .App\Helpers\ArticleList::UNITESTOCK[$Object->article->unite_stock] }}
{{ __('Status') }}
@isset($Object->status)
@endisset
{{ __('OF Sage') }}
{{ $Object->num_of_sage }}
{{ __('Date prevue') }}
@if ($Object->date_prevue) {{ date('d-m-Y', strtotime($Object->date_prevue)) }} @endif
{{ __('date_livraison') }}
@if ($Object->date_prevue) {{ date('d-m-Y', strtotime($Object->date_livraison)) }} @endif
@isset($Object->of_motif)
{{ __('Motif Annulation') }}
{{ $Object->of_motif->motif }}
@endisset
{{ __('commentaire') }}
{{ $Object->commentaire }}
@forelse($NomenclaturesComposants as $Composant) id}}> @empty @endforelse
{{ __('Référence') }} {{ __('designation') }} {{ __('qte') }} {{ __('Type Article') }}
{{$Composant->article->reference}} {{ $Composant->article->designation }} {{ $Composant->qte. ' ' .App\Helpers\ArticleList::UNITESTOCK[$Composant->article->unite_stock] }} {{ App\Helpers\ArticleList::TYPE[$Composant->article->type] }}
{{__('No results found.')}}
@if ($this->Object->ordre_fabrications()->exists()) @include('livewire.ordre_fabrication.OfComposants-table', ['OrdreFabrication' => $this->Object]) @else @endif
{{ __('Sous OF') }} {{ __('ordre_fabrication_id') }} {{ __('Article') }} {{ __('designation') }} {{ __('qte') }} {{ __('qte_fab') }} {{ __('qte_reste') }} {{ __('Type Article') }} {{ __('Action') }}
{{__('No results found.')}}
@forelse($suivi_fabrications as $suivi_fabrication) id}}> @empty @endforelse
{{ __('Référence') }} {{ __('Date') }} {{ __('Heure') }} {{ __('Quantité Fabriquée') }}
{{ $suivi_fabrication->reference }} {{ $suivi_fabrication->date }} {{ $suivi_fabrication->heure }} {{ $suivi_fabrication->qte_fabrique }}
{{__('No results found.')}}