@extends('layouts.admin.theme') @section("title", env("APP_NAME") . " :: " . __('Verificar Empresa')) @section('content')
@php $headLine = " " . __('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' ] )
@endsection @push('after-scripts') @endpush