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

Gestion des unités de mesure des produits

@if(Session::has('msgDelete'))
{!! session('msgDelete') !!}
@endif @if(Session::has('msgDeleteNotOk'))
{!! session('msgDeleteNotOk') !!}
@endif @if(Session::has('msgAdd'))
{!! session('msgAdd') !!}
@endif
@if(Session::get('ADMINISTRATION_UNITES_MESURE_MODIFIER')) @endif @if(Session::get('ADMINISTRATION_UNITES_MESURE_SUPPRIMER')) @endif @foreach( $unites_mesure as $unite_mesure) @if(Session::get('ADMINISTRATION_UNITES_MESURE_MODIFIER')) @endif @if(Session::get('ADMINISTRATION_UNITES_MESURE_SUPPRIMER')) @endif
@endforeach
Libellé de l'unité de mesure RemarqueModifierSupprimer
{!!$unite_mesure->libelle!!} {!!$unite_mesure->description!!}
@endsection