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

Gestion des profils front office

@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_FRONT_OFFICE_DETAIL')) @endif @if(Session::get('CONFIGURATION_FRONT_OFFICE_MODIFIER')) @endif @if(Session::get('CONFIGURATION_FRONT_OFFICE_SUPPRIMER')) @endif @foreach($profiles as $profile) @if(Session::get('CONFIGURATION_FRONT_OFFICE_DETAIL')) @endif @if(Session::get('CONFIGURATION_FRONT_OFFICE_MODIFIER')) @endif @if(Session::get('CONFIGURATION_FRONT_OFFICE_SUPPRIMER')) @endif @if(Session::get('CONFIGURATION_FRONT_OFFICE_SUPPRIMER')) @endif
LibelléDétailModifierSupprimer
{{$profile->id}} {{$profile->libelle}} @if($profile->default_profil != 1) @endif @if($profile->default_profil != 1) @endif
( ! ) Notice: Undefined variable: droit in C:\wamp64\www\old_bo\bo\resources\views\configuration\profilacces\mobile\index.blade.php on line 186
Call Stack
#TimeMemoryFunctionLocation
10.0772257568{main}( )...\index.blade.php:0

( ! ) Notice: Trying to get property of non-object in C:\wamp64\www\old_bo\bo\resources\views\configuration\profilacces\mobile\index.blade.php on line 186
Call Stack
#TimeMemoryFunctionLocation
10.0772257568{main}( )...\index.blade.php:0

@endforeach
@endforeach
@endsection