@extends('app') @section('content')
@if(Session::get('ADMINISTRATION_ZONES_ENTREPOT_AJOUTER'))
Ajouter
@endif

Gestion des zones de stockage

@if(Session::has('msgDelete'))
{!! session('msgDelete') !!}
@endif @if(Session::has('msgAdd'))
{!! session('msgAdd') !!}
@endif @if(Session::has('msgDeleteImpossible'))
{!! session('msgDeleteImpossible') !!}
@endif
@if(Session::get('ADMINISTRATION_ZONES_ENTREPOT_MODIFIER')) @endif @if(Session::get('ADMINISTRATION_ZONES_ENTREPOT_SUPPRIMER')) @endif @foreach( $zones as $zone) @if(Session::get('ADMINISTRATION_ZONES_ENTREPOT_MODIFIER')) @endif @if(Session::get('ADMINISTRATION_ZONES_ENTREPOT_SUPPRIMER')) @endif
@endforeach
Libellé de la zone de stockage RemarqueModifierSupprimer
{!!$zone->libelle!!} {!!$zone->description!!}
@endsection