@extends('layouts.squelette') @section('css_header') @endsection @section('titre_page') {{ __('Pilotage Opex') }} @endsection @section('panel_boutons') @include('layouts.partials.panelboutons', [ 'btn_export'=> true]) @endsection @section('js_header') @endsection @section('contenu')
@csrf {{ csrf_field() }}
@if(Session()->get('type_gestion_opex')=='sign') @component('components.select.select_sign',['signs' => $signs,'value' => app('request')->input('sig_id'),'search' => 'true','emptyValue' => 'true','required' => true]) @endcomponent @elseif (Session()->get('type_gestion_opex')=='lines') @component('components.select.select_sign',['signs' => $signs,'value' => array(),'search' => 'true','emptyValue' => 'false','required' => true, 'multiple' => true]) @endcomponent @else @component('components.select.select_sig_sec_site',[ 'customers' => '', 'signs' => '', 'secteurs' => '', 'sites' => '', 'sig_value' => '', 'sec_value' => '', 'sit_value' => '', 'required' => array(false,false,false), 'search' => array(true,true,true), 'multiples' => array(false,false,false), 'emptyValues' => array(true,true,true), 'initialiser' => true ]) @endcomponent @endif
@if (Session()->get('type_gestion_opex')!='lines')
@component('components.select.select_activity',['activities' => '','value' => '','search' => 'true','multiple' => 'true','emptyValue' => 'false']) @endcomponent
@endif
     

{{ __('Montants') }}

{{ __('Ratios') }}

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