@extends('default.layout') @section('content')

{{{ isset($natureza) ? "Editar": "Cadastrar" }}} Natureza de Operação

@csrf
@if($errors->has('natureza'))
{{ $errors->first('natureza') }}
@endif

CFOP ESTADUAL

@if($errors->has('CFOP_saida_estadual'))
Venda
@endif
@if($errors->has('CFOP_entrada_estadual'))
Venda
@endif

CFOP INTERESTADUAL

@if($errors->has('CFOP_saida_inter_estadual'))
Venda
@endif
@if($errors->has('CFOP_entrada_inter_estadual'))
Venda
@endif

@section('javascript') @endsection @endsection