@extends('layouts.squelette') @section('css_header') @endsection @section('titre') {{ __("Droits Administration") }} @endsection @section('titre_page') {{ __('Droits Administration') }} @endsection @section('panel_boutons') Retour @endsection @section('contenu')
@foreach ($rights_admin as $item) @csrf @endforeach
# {{ __("Administrateur") }} {{ __("Responsable") }} {{ __("Agent") }} {{ __("Comptable") }} {{ __("Tout cocher/décocher") }}
{!! $item->rig_element !!}
rig_admin=='1' ? 'checked' : '' }}>
rig_responsable=='1' ? 'checked' : '' }}>
rig_agent=='1' ? 'checked' : '' }}>
rig_comptable=='1' ? 'checked' : '' }}>
@endsection @section('js_footer') @endsection