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

{{__('messages.Selectionner stock vente')}}

@foreach($magasins as $magasin) @endforeach
{{__('messages.Libelle')}} {{__('messages.Type')}} {{__('messages.Selectionner')}}
{{$magasin->libelle}} {{($magasin->type)}} {{__('messages.Selectionner')}}
@endsection @section('extra-js') @endsection