@extends('layouts.squelette') @section('css_header') @endsection @section('titre_page') {{ __("Statistiques facturation et marges") }} @endsection @section('panel_boutons') @include('layouts.partials.panelboutons', [ 'btn_export'=> false]) @endsection @section('js_header') @endsection @section('contenu')
@csrf {{ csrf_field() }}
{{-- @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