@extends('layouts.app') @section('titulo', strtoupper($documento->tipo)." {$documento->numero}/{$documento->serie}") @section('subtitulo', 'NF-e / NFC-e') @section('acoes') @can('fiscal.editar') @if ($documento->status === 'pendente')
@endif @if ($documento->status === 'autorizada') @endif @endcan @if ($documento->xml_path) XML @endif @if ($documento->danfe_path) DANFE @endif @endsection @section('conteudo'){{ $documento->mensagem_sefaz }}
@endif @if ($documento->justificativa_cce){{ $documento->justificativa_cce }}
@endif