@php use Carbon\Carbon; $configValue = \App\Models\Configuration::query() ->where('label', 'Configuration modules') ->first(); $decodedConfig = json_decode($configValue?->value ?? '{}', true); $paraModule = (bool) ($decodedConfig['para'] ?? false); $onlyPara = (bool) ($decodedConfig['onlypara'] ?? false); $clientAccess = (int) (auth()->user()->client->all_products ?? 0); $defaultDate = request('date') ?? Carbon::now()->subMonths(3)->format('Y-m-d'); @endphp Factures Factures

Liste des Factures

{{-- FILTERS --}}
@if ($paraModule && !$onlyPara && $clientAccess)
@endif
{{-- TABLE --}}
N° Facture Date Facturation Total Brut Total Remise Total HT Total TVA Timbre Total TTC RS Action
N° Facture Date Facturation Total Brut Total Remise Total HT Total TVA Timbre Total TTC RS Action