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

{{{ isset($tributo) ? "Editar": "Cadastrar" }}} Tributações

@csrf
@if($errors->has('icms'))
{{ $errors->first('icms') }}
@endif
@if($errors->has('pis'))
{{ $errors->first('pis') }}
@endif
@if($errors->has('cofins'))
{{ $errors->first('cofins') }}
@endif
@if($errors->has('ipi'))
{{ $errors->first('ipi') }}
@endif
@if($errors->has('ncm_padrao'))
{{ $errors->first('ncm_padrao') }}
@endif
regime != 0) style="display: none" @endif @else style="display: none" @endif>
@if($errors->has('perc_ap_cred'))
{{ $errors->first('perc_ap_cred') }}
@endif
@if($errors->has('link_nfse'))
{{ $errors->first('link_nfse') }}
@endif
@section('javascript') @endsection @endsection