@extends('layouts.comptalayout') @section('title','CARRISOFT V2: BON DE COMMANDE') @section('extra-meta') @endsection @section('content')

{{__('messages.CONFECTION DES KITS')}}

{{__('messages.PRODUITS SELECTIONNES')}}
{{__('messages.LISTE DES PRODUITS')}}
@if(session('status'))
{{session('status')}}
@endif @if(session('error'))
{{session('error')}}
@endif
{{__('messages.Produit')}} {{__('messages.Initiale')}} {{__('messages.Qte pris')}} {{__('messages.Magasin')}}
@include('confectionkit/form')
@foreach($produits as $produit) @endforeach
{{__('messages.Libelle')}} {{__('messages.Magasin')}} {{__('messages.Depot')}}
{{$produit->pdt_lib}} {{getPrice3($produit->pdt_mag)}} {{getPrice3($produit->pdt_dep)}}
@endsection @section('extra-js') @endsection