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

Accueil

@if(Session::get('ADMINISTRATION'))

Administration

plus d'information
@endif @if(Session::get('FOURNISSEURS')) @endif @if(Session::get('CLIENT')) @endif @if(Session::get('ADMINISTRATION_STOCK')) @if(Session::get('N_LOT') == '0') @else @endif @endif @if(Session::get('INVENTAIRES')) @endif @if(Session::get('PRODUCTION_PROFIL')=='1') @if(Session::get('PRODUCTION')=='1') @endif @endif @if(Session::get('CLIENT')) @endif @if(Session::get('CONFIGURATION'))

Configuration

plus d'information
@endif
@endsection