@extends('layouts.squelette') @section('css_header') @endsection @section('titre') {{ __("Relance des factures") }} @endsection @section('titre_page') {{ __("Relance factures prestataires en attente") }} @endsection @section('panel_boutons') @endsection @section('contenu')
getName() }}> {{ __("Exporter") }}
{{ __('Sur cet écran, seuls les commandes ayant pour état Attente facture et BI ou Facture non reçue apparaissent.') }}
@csrf
@component('components.select.select_sign',['signs' => '','value' => '','search' => 'true','emptyValue' => 'true']) @endcomponent @component('components.select.select_provider',['providers' => '','value' => '','search' => 'true','emptyValue' => 'false']) @endcomponent
@component('components.dates.select_simple',['label' => 'Date de réalisation du','value' => '','name' => 'achievementDate']) @endcomponent
@component('components.dates.select_simple',['label' => 'au','value' => '','name' => 'achievementDate2']) @endcomponent
jours
{{ __('Site') }} {{ __('Titre') }} {{ __('Statut DI') }} {{ __('Prestataire') }} {{ __('#') }} {{ __('Numéro DI') }} {{ __('Date de réalisation') }} {{ __('Dernière relance le') }}
@endsection @section('js_footer') @endsection @section('modale') @endsection