@php $customizerHidden = 'customizer-hide'; $configData = Helper::appClasses(); @endphp @extends('layouts/layoutMaster') @section('title', 'Cadastro de Empresa') @section('vendor-style') @endsection @section('page-style') @endsection @section('vendor-script') @endsection @section('page-script') @endsection @section('content')
auth-register-cover auth-register-cover

Cadastre-se

@if (session('success')) @endif @if (session('error')) @endif @if ($errors->any() && !$errors->has('razao_social') && !$errors->has('cnpj') && !$errors->has('nome') && !$errors->has('email')) @endif
@csrf
@error('razao_social')
{{ $message }}
@enderror
@error('cnpj')
{{ $message }}
@enderror CNPJ inválido
@error('nome')
{{ $message }}
@enderror
@error('email')
{{ $message }}
@enderror

Já tem uma conta? Entrar

ou
@endsection