@extends('app') @section('content')

Administration

@if(Session::get('ADMINISTRATION_UTILISATEURS')) @endif @if(Session::get('ADMINISTRATION_CATEGORIES')) @endif @if(Session::get('ADMINISTRATION_UNITES_MESURE'))

Les unités de mesure

plus d'information
@endif @if(Session::get('ADMINISTRATION_PRODUITS')) @endif @if(Session::get('ADMINISTRATION_ZONES_ENTREPOT'))

Les zones de l'entrepôt

plus d'information
@endif @if(Session::get('ADMINISTRATION_EMPLACEMENTS'))

Les emplacements

plus d'information
@endif
@endsection