HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers85/equichecker.com/storage/framework/views/13dc0e3dd0aa6e8d43c068c836385841
<div class="panel center">

    <?php /*Im not a robot*/ ?>
    <?php $__env->startSection('head-scripts'); ?>
        <script src='https://www.google.com/recaptcha/api.js?hl=<?php echo \App::getLocale(); ?>'></script>
    <?php $__env->stopSection(); ?>

    <h2><?php echo app('translator')->get('dale.search_company'); ?></h2>
    <div class="seperator-line"></div>

    <?php echo Form::open(['route'=> 'debtors.search']); ?>


    <?php echo Form::text('search_field', Input::get('search_field', ''), ['placeholder'=>Lang::get('dale.search_company_2'), 'class' => 'form-control field']); ?>


    <?php if(Session::get('robot.show')): ?>
    <div class="g-recaptcha" data-sitekey="<?php echo Config::get('robot.site_key.'.env('APP_ENV', 'production')); ?>"></div>
    <?php endif; ?>
    <?php echo Form::submit( Lang::get('dale.search_button'), ['class' => 'button-primary']); ?>

    <?php echo Form::close(); ?>


</div>
<?php if($errors->has()): ?>
    <?php foreach($errors->all() as $error): ?>
        <div class="error center"><?php echo $error; ?></div>
    <?php endforeach; ?>
<?php endif; ?>