@extends('layouts.squelette') @section('css_header') @endsection @section('titre_page') {{ __('Suivi des budgets') }} @endsection @section('js_header') @endsection @section('contenu')
@csrf {{ csrf_field() }}
@component('components.dates.select_simple',['label' => 'Période (date création DI) du','value' => '','name' => 'startDate']) @endcomponent
@component('components.dates.select_simple',['label' => 'au','value' => '','name' => 'endDate']) @endcomponent {{--
--}}
{{--
@component('components.dates.select_simple',['label' => 'au','value' => '','name' => 'endDate']) @endcomponent
--}}
     
@endsection @section('js_footer') @endsection @section('modale') @endsection