@extends('layouts.squelette') @section('css_header') @endsection @section('titre') {{ __('Gestion des droits') }} @endsection @section('titre_header') {{ __('Administration') }} @endsection @section('titre_page') {{ __('Gestion des droits') }} @endsection @section('panel_boutons') Retour @endsection @section('contenu')
| # | {{ __('Administrateur') }} | {{ __('Responsable Maintenance') }} | {{ __('Responsable Secteur') }} | {{ __('Responsable Site') }} | {{ __('Tout cocher/décocher') }} |
|---|---|---|---|---|---|
| {!! $item->rig_element !!} |
rig_admin=='1' ? 'checked' : '' }}>
|
rig_respMaintenance=='1' ? 'checked' : '' }}>
|
rig_respSecteur=='1' ? 'checked' : '' }}>
|
rig_respSite=='1' ? 'checked' : '' }}>
|
|