@extends('layouts.app') @section('title', 'Manter NFC-e') @section('content')

Manter NFC-e

@component('components.widget')

Número NFC-e: {{$transaction->numero_nfce}}

Estado: {{$transaction->estado}}

Chave: {{$transaction->chave}}

Imprimir Baixar XML @if($transaction->estado != 'CANCELADO') Cancelar NFC-e @endif
@endcomponent

@stop @section('javascript') @endsection