@extends('layouts.squelette') @section('css_header') @endsection @section('titre') {{ __("Catégories de fichiers") }} @endsection @section('titre_header') {{ __("Catégories de fichiers") }} @endsection @section('titre_page') {{ __("Liste") }} @endsection @section('panel_boutons') @include('layouts.partials.panelboutons', ['btn_ajout' => 'modale', 'btn_imprim'=> false, 'btn_export'=> false]) @endsection @section('contenu')
@foreach ($categfichiers as $element) @endForeach
# {{ __("Ordre") }} {{ __("Libelle") }} {{ __("Actif") }} {{ __("Obligatoire") }} {{ __("Actions") }}
{{ $element->proFilCat_id }} {{ $element->proFilCat_order }} {{ $element->proFilCat_nameFr }} @if ($element->proFilCat_active == 1) @endif @if ($element->proFilCat_obligatory == 1) @endif
@endsection @section('js_footer') @endsection @section('modale') @include('modales.delete_standard') @endsection