@extends('painel-admin.menu') @section('title', 'Edição de Empresa') @section('content')
@if(session('errors'))
    @foreach(session('errors')->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if(session('error'))
{{ session('error') }}
@endif @if(session('success'))
{{ session('success') }}
@endif
@csrf @method('put')

Alteração da Empresa

Voltar


@if ($errors->has('RazaoSocialCliente'))

{{ $errors->first('RazaoSocialCliente') }}

@endif
@if ($errors->has('CGCCliente'))

{{ $errors->first('CGCCliente') }}

@endif
@if ($errors->has('CEP'))

{{ $errors->first('CEP') }}

@endif
@if ($errors->has('RazaoSocialCliente'))

{{ $errors->first('RazaoSocialCliente') }}

@endif
@if ($errors->has('Numero'))

{{ $errors->first('Numero') }}

@endif
@if ($errors->has('Bairro'))

{{ $errors->first('Bairro') }}

@endif
@if ($errors->has('Cidade'))

{{ $errors->first('Cidade') }}

@endif
@if ($errors->has('Estado'))

{{ $errors->first('Estado') }}

@endif
@if ($errors->has('Email'))

{{ $errors->first('Email') }}

@endif
@if ($errors->has('Telefone'))

{{ $errors->first('Telefone') }}

@endif
@if ($errors->has('Contato'))

{{ $errors->first('Contato') }}

@endif
DADOS DLL
@if ($errors->has('NumeroMaquinas'))

{{ $errors->first('NumeroMaquinas') }}

@endif
@if ($errors->has('NumeroMaquinasFS'))

{{ $errors->first('NumeroMaquinasFS') }}

@endif
@if ($errors->has('SerialClienteFS'))

{{ $errors->first('SerialClienteFS') }}

@endif
@if ($errors->has('SerialClienteFC'))

{{ $errors->first('SerialClienteFC') }}

@endif
@if ($errors->has('NumeroMaquinasFC'))

{{ $errors->first('NumeroMaquinasFC') }}

@endif
@if ($errors->has('Disponivel1'))

{{ $errors->first('Disponivel1') }}

@endif
@if ($errors->has('Disponivel4'))

{{ $errors->first('Disponivel4') }}

@endif
@if ($errors->has('msgOK'))

{{ $errors->first('msgOK') }}

@endif
@if ($errors->has('diavto'))

{{ $errors->first('diavto') }}

@endif
@if ($errors->has('Versao'))

{{ $errors->first('Versao') }}

@endif