@extends('layouts.app') @section('title', 'NFS-e — Dashboard') @section('page_title', 'NFS-e — Nota Fiscal de Servico') @section('page_subtitle', 'Painel de emissao e controle de notas fiscais de servico.') @section('page_actions') Emitir NFS-e @endsection @section('content') @if (! $configured)
| N.° NFS-e | Cliente | Valor | Status | Data | |
|---|---|---|---|---|---|
| {{ $inv->numero_nfse ?? 'RPS-'.$inv->id }} | {{ $inv->customer?->nome ?? '—' }} | {{ $inv->valorLiquidoFormatted() }} | {{ $inv->statusLabel() }} | {{ $inv->created_at->format('d/m/Y H:i') }} | Ver |
Nenhuma NFS-e emitida ainda. | |||||