@extends('layouts.master') @section('content')

{{$stocks->nom_stock}} - {{$type_mouvement->code_type}} - {{$mouvementactuel->piece_justificative}} - {{$operationafaire->nom_operation}}

@if(Session::has('message'))

{{Session::get('message')}}

@endif
@foreach($piecestock as $key=>$p) @endforeach
No Code Piece Nom piece Reference piece Stock Disponible CUMP Action
{{++$key}} {{$p->code_piece}} {{$p->nom_piece}} {{$p->reference_piece}} {{$p->quantite}} {{$p->cump}} Edit Details
@endsection @section('page-script') @stop