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

{{__('messages.MODIFIER INITIALISATION')}}


{{__('messages.PRODUITS SELECTIONNES')}}

{{__('messages.LISTE DES PRODUITS')}}

@include('initial/form')
@foreach($produits as $produit) @endforeach
{{__('messages.Libelle')}} {{__('messages.Type')}}
{{$produit->pdt_lib}} {{$produit->pdt_type}}
@endsection @section('extra-js') @endsection