" . __('Verificar Empresa'); @endphp
@include('components.buttons._headLineButtonsBackAdd', [
'headLine' => __($headLine),
'routeBack' => 'admin.empresas.index',
'routeBackParams' => [],
'nameBack' => __("Voltar"),
"permission" => "GERENCIADOR_DE_EMPRESAS",
])
@include("errors.messageFlash")
@csrf
@method('post')
@error('cnpj')
{{ $message }}
@enderror
@include('components.buttons._backAndSend', [
'textBack' => __('Voltar'),
'textSend' => __('Verificar'),
'routeBack' => 'admin.empresas.index'
]
)