@extends('layouts.squelette') @section('css_header') @endsection @section('titre') {{ __("Paramètres") }} @endsection @section('titre_header') {{ __("Paramètres") }} @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 ($typesParams as $item) @endforeach
@foreach ($params as $element) @endForeach
# {{ __("Type") }} {{ __("Code") }} {{ __("Description") }} {{ __("Valeur") }} {{ __("Actions") }}
{{ $element->par_id }} @if ($element->par_type == 'general') {{ $element->par_type }} @elseif ($element->par_type == 'email') {{ $element->par_type }} @elseif ($element->par_type == 'map') {{ $element->par_type }} @elseif ($element->par_type == 'exports') {{ $element->par_type }} @elseif ($element->par_type == 'statuts') {{ $element->par_type }} @else {{ $element->par_type }} @endif {{ $element->par_code }} {{ $element->par_descriptionFr }} {{ $element->par_value }}
@endsection @section('js_footer') @endsection @section('modale') @include('modales.delete_standard') @endsection