@extends('layouts.app') @section('titlu', 'e-Factura') @section('continut')

e-Factura — {{ $f->numarComplet() }}

@if($erori)
Reguli CIUS-RO nerespectate:
@else
Factura respectă regulile de bază CIUS-RO verificate local.
@endif
@csrf
Descarcă XML
@csrf
@if($f->efactura_index)
@csrf
@endif Înapoi la factură
Stare{{ $f->efactura_stare }}
Index încărcare{{ $f->efactura_index ?: '—' }}
ID descărcare{{ $f->efactura_id_descarcare ?: '—' }}
Mesaj ANAF{{ $f->efactura_mesaj ?: '—' }}
@if($f->efactura_xml)

XML UBL 2.1 (CIUS-RO)

{{ $f->efactura_xml }}
@endif @endsection