{{-- Messagens da session --}} @include('partials.session-message') {{-- Modal --}}
{{ isset($tenant) ? $tenant->nomefantasia : '-' }}

{{ isset($tenant) ? $tenant->razaosocial : '-' }}

@if (isset($tenant)) @endif

Estância

DADOS CADASTRAIS

@if ($errors->has('name')) {{ $errors->first('nomefantasia') }} @endif
@if ($errors->has('name')) {{ $errors->first('nomefantasia') }} @endif
@if ($errors->has('sigla')) {{ $errors->first('sigla') }} @endif
@if ($errors->has('cnpj')) {{ $errors->first('cnpj') }} @endif
{{-- Inscrição estadual --}}
@if ($errors->has('inscestadual')) {{ $errors->first('inscestadual') }} @endif

Endereço

{{-- CEP --}}
@if ($errors->has('cep')) {{ $errors->first('cep') }} @endif
{{-- Endereço --}}
@if ($errors->has('endereco')) {{ $errors->first('endereco') }} @endif
{{-- Número --}}
@if ($errors->has('numero')) {{ $errors->first('numero') }} @endif
{{-- Complemento --}}
@if ($errors->has('complemento')) {{ $errors->first('complemento') }} @endif
{{-- Bairro --}}
@if ($errors->has('bairro')) {{ $errors->first('bairro') }} @endif
{{-- Cidade --}}
@if ($errors->has('cidade')) {{ $errors->first('cidade') }} @endif
{{-- Estado --}}
@if ($errors->has('estado')) {{ $errors->first('estado') }} @endif
@if ($errors->has('ibge')) {{ $errors->first('ibge') }} @endif
@if(isset($tenant)) @include('partials.upload', ['model' => $tenant]) @endif

Customização

INTERNO

@if ($errors->has('bannerlogin')) {{ $errors->first('bannerlogin') }} @endif
@if(isset($tenant->bannerlogin)) {{-- Foto --}}
Preview da Imagem
{{-- Campo oculto para controle de exclusão --}}
@endif
@if ($errors->has('sloganlogin')) {{ $errors->first('sloganlogin') }} @endif
@if ($errors->has('textologin')) {{ $errors->first('textologin') }} @endif

INTERNO

@if (isset($tenant))
@if ($errors->has('logo')) {{ $errors->first('logo') }} @endif
@if(isset($tenant->logo)) {{-- Foto --}}
{{-- Campo oculto para controle de exclusão --}}
@endif
@if ($errors->has('banner')) {{ $errors->first('banner') }} @endif
@if(isset($tenant->banner)) {{-- Foto --}}
Preview da Imagem
{{-- Campo oculto para controle de exclusão --}}
@endif
@if ($errors->has('corprimaria')) {{ $errors->first('corprimaria') }} @endif
@if ($errors->has('corsecundaria')) {{ $errors->first('corsecundaria') }} @endif
@endif
@include('partials.upload-js') @include('layouts.footers.auth.footer')