@extends('layouts.squelette') @section('css_header') @endsection @section('titre') {{ __("Factures clients") }} @endsection @section('titre_page') {{ __("Gestion des factures clients") }} @endsection @section('panel_boutons') @endsection @section('contenu') @if( Session::has('msg_list_imports')) @endif
| # | {{ __('Statut') }} | {{ __('Client') }} | {{ __('#DI') }} | {{ __('HT') }} | {{ __('TTC') }} | {{ __('TVA') }} | {{ __('Montant TVA') }} | {{ __('Date facture') }} | {{ __('Echéance') }} | {{ __('Payée') }} | {{ __('Date paiement') }} | {{ __('Exportée') }} | {{ __('Envoyée') }} | {{ __('') }} | {{-- | {{ __('Actions') }} | --}}
|---|