@extends('default.layout') @section('content')
@csrf
Informe o Cliente
Ultima NF-e: {{$lastNF}}
@if($config->ambiente == 2)
Ambiente: Homologação
@else
Ambiente: Produção
@endif
person @if($errors->has('cliente'))
{{ $errors->first('cliente') }}
@endif
@endsection