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

Préférences

@if(Session::get('erreur'))
{{ Session::get('erreur') }}
@endif @if(Session::has('msgDeleteOk'))
{!! session('msgDeleteOk') !!}
@endif @if(Session::has('msgAddSuccess'))
{!! session('msgAddSuccess') !!}
@endif @if(Session::has('msgDeleteNotOk'))
{!! session('msgDeleteNotOk') !!}
@endif

@if(Session::get('CONFIGURATION_PREFERENCES_CONFIGURER')) {!! Form::open(['method'=>'POST','action' => ['PreferencesController@configurer']]) !!} @endif
@if(Session::get('CONFIGURATION_PREFERENCES_CONFIGURER')) @endif



Les produits

valeur_preference == "1") checked @endif @if(!Session::get('CONFIGURATION_PREFERENCES_CONFIGURER')) disabled @endif>
valeur_preference == "1") checked @endif @if(!Session::get('CONFIGURATION_PREFERENCES_CONFIGURER')) disabled @endif>
valeur_preference == "1") checked @endif @if(!Session::get('CONFIGURATION_PREFERENCES_CONFIGURER')) disabled @endif>
valeur_preference == "1") checked @endif @if(!Session::get('CONFIGURATION_PREFERENCES_CONFIGURER')) disabled @endif>
valeur_preference == "1") checked @endif @if(!Session::get('CONFIGURATION_PREFERENCES_CONFIGURER')) disabled @endif>

Les unités d'expédition

valeur_preference == "1") checked @endif @if(!Session::get('CONFIGURATION_PREFERENCES_CONFIGURER')) disabled @endif>
valeur_preference == "1") checked @endif @if($profiles[9]->valeur_preference == "0") disabled @endif @if(!Session::get('CONFIGURATION_PREFERENCES_CONFIGURER')) disabled @endif>

Les productions

valeur_preference == "1") checked @endif @if(!Session::get('CONFIGURATION_PREFERENCES_CONFIGURER')) disabled @endif>
valeur_preference == "1") checked @endif @if($profiles[7]->valeur_preference == "0") disabled @endif @if(!Session::get('CONFIGURATION_PREFERENCES_CONFIGURER')) disabled @endif @if($profiles[9]->valeur_preference == "0") disabled @endif>

Stock

valeur_preference == "1") checked @endif @if(!Session::get('CONFIGURATION_PREFERENCES_CONFIGURER')) disabled @endif>
valeur_preference == "1") checked @endif @if(!Session::get('CONFIGURATION_PREFERENCES_CONFIGURER')) disabled @endif>

Les réceptions

valeur_preference == "1") checked @endif @if($profiles[9]->valeur_preference == "0") disabled @endif @if(!Session::get('CONFIGURATION_PREFERENCES_CONFIGURER')) disabled @endif>
valeur_preference == "1") checked @endif @if($profiles[12]->valeur_preference == "0") disabled @endif @if(!Session::get('CONFIGURATION_PREFERENCES_CONFIGURER')) disabled @endif>
valeur_preference == "0") disabled @endif @if($profiles[15]->valeur_preference == "1") checked @endif @if(!Session::get('CONFIGURATION_PREFERENCES_CONFIGURER')) disabled @endif>
valeur_preference == "1") checked @endif @if($profiles[15]->valeur_preference == "0") disabled @endif @if(!Session::get('CONFIGURATION_PREFERENCES_CONFIGURER')) disabled @endif>
valeur_preference == "1") checked @endif @if(!Session::get('CONFIGURATION_PREFERENCES_CONFIGURER')) disabled @endif>

Les chargements

valeur_preference == "1") checked @endif @if(!Session::get('CONFIGURATION_PREFERENCES_CONFIGURER')) disabled @endif>
valeur_preference == "1") checked @endif @if($profiles[4]->valeur_preference == "0") disabled @endif @if(!Session::get('CONFIGURATION_PREFERENCES_CONFIGURER')) disabled @endif>

FO

valeur_preference == "1") checked @endif @if(!Session::get('CONFIGURATION_PREFERENCES_CONFIGURER')) disabled @endif>

Les livraisons

valeur_preference == "1") checked @endif @if(!Session::get('CONFIGURATION_PREFERENCES_CONFIGURER')) disabled @endif>
valeur_preference == "1") checked @endif @if($profiles[0]->valeur_preference == "0") disabled @endif @if(!Session::get('CONFIGURATION_PREFERENCES_CONFIGURER')) disabled @endif>
@if(Session::get('CONFIGURATION_PREFERENCES_CONFIGURER')) {!! Form::close() !!} @endif
@endsection