@extends('layouts.squelette') @section('css_header') @endsection @section('titre_page') {{ __('Pilotage Opex lignes') }} @endsection @section('panel_boutons') @include('layouts.partials.panelboutons', [ 'btn_export'=> true]) @endsection @section('js_header') @endsection @section('contenu')
@csrf {{ csrf_field() }}
@component('components.select.select_sign',['signs' => $signs,'value' => array(),'search' => 'true','emptyValue' => 'false','required' => true, 'multiple' => true]) @endcomponent
     

{{ __('Montants') }}

{{ __('Ratios') }}

{{ __('Evolution annuelle') }}

@endsection @section('js_footer') @endsection @section('modale') @endsection