@extends('faturamento.nfe.form')
@section('action')
action="{{ route('salvar_faturamento') }}"
@endsection
@section('botoes')
cancel
VOLTAR
@if ($faturamento->status < 2)
@endif
@if ($faturamento->status == 2)
@if ($faturamento->fiscal == 0)
@endif
@endif
@endsection
@section('tipo')
Editando
@endsection