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

Stocks GARAGE ITRACOM

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

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

@endif
@foreach($stock as $key=>$p) @endforeach
No Code Stock Stock Description Etat Action
{{++$key}} {{$p->code_stock}} {{$p->nom_stock}} {{$p->description_stock}} @if($p->status_stock == 1) actif @else inactif @endif Edit Delete
@endsection @section('page-script') @stop