Spamworldpro Mini Shell
Spamworldpro


Server : Apache
System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64
User : corals ( 1002)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/corals/syn.corals.io/storage/framework/views/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/syn.corals.io/storage/framework/views/fe284e4b54a94902ac06954d9be12c44ded1cf8b.php
<?php $__env->startSection('title',trans('corals-elite-admin::labels.auth.register')); ?>
<?php $__env->startSection('content'); ?>
    <h4 class="text-center m-b-20">
        <?php echo app('translator')->get('corals-elite-admin::labels.auth.register_new_account'); ?>
    </h4>

    <form method="POST" action="<?php echo e(route('register')); ?>" class="form-horizontal">
        <?php echo e(csrf_field()); ?>

        <div class="form-group <?php echo e($errors->has('name') ? ' has-danger' : ''); ?>">
            <label><?php echo app('translator')->get('User::attributes.user.name'); ?></label>
            <input type="text" name="name"
                   class="form-control" placeholder="<?php echo app('translator')->get('User::attributes.user.name'); ?>"
                   value="<?php echo e(old('name')); ?>" autofocus/>

            <?php if($errors->has('name')): ?>
                <small class="form-control-feedback"><?php echo e($errors->first('name')); ?></small>
            <?php endif; ?>
        </div>
        <div class="form-group <?php echo e($errors->has('last_name') ? ' has-danger' : ''); ?>">
            <label><?php echo app('translator')->get('User::attributes.user.last_name'); ?></label>
            <input type="text" name="last_name"
                   class="form-control" placeholder="<?php echo app('translator')->get('User::attributes.user.last_name'); ?>"
                   value="<?php echo e(old('last_name')); ?>" autofocus/>

            <?php if($errors->has('last_name')): ?>
                <small class="form-control-feedback"><?php echo e($errors->first('last_name')); ?></small>
            <?php endif; ?>
        </div>
        <div class="form-group <?php echo e($errors->has('email') ? ' has-danger' : ''); ?>">

            <label><?php echo app('translator')->get('User::attributes.user.email'); ?></label>
            <input type="email" name="email"
                   class="form-control" placeholder="<?php echo app('translator')->get('User::attributes.user.email'); ?>"
                   value="<?php echo e(old('email')); ?>"/>

            <span class="glyphicon glyphicon-envelope form-control-feedback"></span>
            <?php if($errors->has('email')): ?>
                <small class="form-control-feedback"><?php echo e($errors->first('email')); ?></small>
            <?php endif; ?>
        </div>
        <div class="form-group <?php echo e($errors->has('password') ? ' has-danger' : ''); ?>">
            <label><?php echo app('translator')->get('User::attributes.user.password'); ?></label>
            <input type="password" name="password" class="form-control"
                   placeholder="<?php echo app('translator')->get('User::attributes.user.password'); ?>"/>
            <?php if($errors->has('password')): ?>
                <small class="form-control-feedback"><?php echo e($errors->first('password')); ?></small>
            <?php endif; ?>
        </div>
        <div class="form-group <?php echo e($errors->has('password_confirmation') ? ' has-danger' : ''); ?>">
            <label><?php echo app('translator')->get('User::attributes.user.retype_password'); ?></label>
            <input type="password" name="password_confirmation" class="form-control"
                   placeholder="<?php echo app('translator')->get('User::attributes.user.retype_password'); ?>"/>

            <?php if($errors->has('password_confirmation')): ?>
                <small class="form-control-feedback"><?php echo e($errors->first('password_confirmation')); ?></small>
            <?php endif; ?>
        </div>
        <?php if( $is_two_factor_auth_enabled = \TwoFactorAuth::isActive()): ?>
            <?php if( $twoFaView = \TwoFactorAuth::TwoFARegistrationView()): ?>
                <div id="2fa-registration-details">
                    <?php echo $__env->make($twoFaView, \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
                </div>
            <?php endif; ?>
        <?php endif; ?>
        <div class="custom-control custom-checkbox">
            <input type="checkbox" value="1"
                   name="terms"
                   <?php echo e(old('terms') ? 'checked' : ''); ?> class="custom-control-input"
                   id="termsCheckbox"/>
            <label class="custom-control-label"
                   for="termsCheckbox">
                <strong><?php echo app('translator')->get('corals-elite-admin::labels.auth.agree'); ?>
                    <a href="#" data-toggle="modal" id="terms-anchor"
                       data-target="#terms"><?php echo app('translator')->get('corals-elite-admin::labels.auth.terms'); ?></a>
                </strong>
            </label>
        </div>

        <?php if($errors->has('terms')): ?>
            <div class="has-danger">
                <small class="form-control-feedback"><?php echo app('translator')->get('corals-elite-admin::labels.auth.accept_terms'); ?></small>
            </div>
        <?php endif; ?>

        <div class="form-group text-center mt-2">
            <div class="col-xs-12">
                <button class="btn btn-block btn-success btn-rounded"
                        type="submit"><?php echo app('translator')->get('corals-elite-admin::labels.auth.register'); ?>
                </button>
            </div>
        </div>
    </form>
    <div class="row">
        <div class="col text-center">
            <a href="<?php echo e(route('login')); ?>"><?php echo app('translator')->get('corals-elite-admin::labels.auth.already_have_account'); ?></a><br>
        </div>
    </div>
<?php $__env->stopSection(); ?>



<?php echo $__env->make('layouts.auth', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/corals/public_html/syn.corals.io/resources/themes/elite-admin/auth/register.blade.php ENDPATH**/ ?>

Spamworldpro Mini