@extends('layouts.app') @section('title', 'NFS-e Emitidas') @section('page_title', 'NFS-e Emitidas') @section('page_subtitle', 'Listagem de todas as notas fiscais de servico.') @section('page_actions') + Emitir NFS-e @endsection @section('content')
| N.° NFS-e | Cliente / Tomador | Valor Servico | Valor Liquido | Status | Tipo | Emissao | |
|---|---|---|---|---|---|---|---|
| {{ $inv->numero_nfse ?? ('RPS-' . str_pad($inv->id, 6, '0', STR_PAD_LEFT)) }} | {{ $inv->customer?->nome ?? '—' }} | {{ $inv->valorServicoFormatted() }} | {{ $inv->valorLiquidoFormatted() }} | {{ $inv->statusLabel() }} | {{ ucfirst($inv->tipo_emissao) }} | {{ $inv->emitted_at?->format('d/m/Y H:i') ?? $inv->created_at->format('d/m/Y') }} | |
Nenhuma NFS-e encontrada. | |||||||