@extends('layouts.squelette') @section('css_header') @endsection @section('titre_page') {{ __("Rapports sur les objectifs des portefeuilles") }} @endsection @section('panel_boutons') @include('layouts.partials.panelboutons', [ 'btn_export'=> false]) @endsection @section('js_header') @endsection @section('contenu')
@csrf {{ csrf_field() }}
{{--
--}} @if (Auth::user()->role=="admin")
@else
@endif
@if (Auth::user()->role=="admin") @component('components.select.select_status',['label' => 'Status de DI','status' =>'','value' => '[215,211]', 'pref_name' => 'int_','search' => 'true','multiple' => 'true', 'emptyValue' => 'true', 'required' => 'true']) @endcomponent @else @endif
@component('components.cb_ouinon',[ 'title' => 'Ne pas afficher les lignes vides', 'name' => 'lignes_vides', 'value' => '1' ]) @endcomponent
     
@endsection @section('js_footer') @endsection @section('modale') @endsection