@extends('layouts.squelette') @section('css_header') @endsection @section('titre') {{ __("Unités") }} @endsection @section('titre_header') {{ __("Unités") }} @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')
| {{ __("Ordre") }} | {{ __("Nom") }} | {{ __("Description") }} | {{ __("Actif") }} | {{ __("Actions") }} |
|---|---|---|---|---|
| {!! $unity->uni_order !!} | {!! $unity->uni_value !!} | {!! $unity->uni_description !!} | @if ($unity->uni_active == 1) @endif |