HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux ip-10-0-8-47 6.8.0-1021-aws #23~22.04.1-Ubuntu SMP Tue Dec 10 16:31:58 UTC 2024 aarch64
User: ubuntu (1000)
PHP: 8.1.2-1ubuntu2.22
Disabled: NONE
Upload Files
File: /var/www/javago-portal-updates/storage/framework/views/09ea9d4fdb4e23753a86047f7e587c9bb8c80e6a.php
<?php if (isset($component)) { $__componentOriginal8e2ce59650f81721f93fef32250174d77c3531da = $component; } ?>
<?php $component = App\View\Components\AppLayout::resolve([] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
<?php $component->withName('app-layout'); ?>
<?php if ($component->shouldRender()): ?>
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\AppLayout::class))->getConstructor()): ?>
<?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?>
<?php endif; ?>
<?php $component->withAttributes([]); ?>
    <div class="form-container Cafelogin">
        <div class="form-image">
            <div class="l-image">
            </div>
        </div>
        <div class="form-form">
            <div class="form-form-wrap">
                <div class="form-container">
                    <div class="">

                        <style>
                            .tryelText h2{font-weight: 300;font-size: 46px;}
                            .tryelText h2 b{font-weight: 600;}
                            .tryelText p{font-size:22px;font-weight: 300;}
                            .loginBtnFullSize .btn-signUp{border-radius: 0;width:80%;}
                        </style>

                        <div class="tryelText text-center pb-4">
                            <h2><?php echo __('common.trialTitle'); ?></h2>
                            <p><?php echo e(__('common.subscriptionText')); ?></p>
                        </div>

                        <div class="field-wrapper loginBtnFullSize m-0 pt-4 text-center">
                            <a href="<?php echo e($urlSignup); ?>" type="submit" id="LoginBtn" class="btn-login btn-signUp"
                                value=""><?php echo e(__('auth.signupButton')); ?></a>
                        </div>

                        <div class="field-wrapper pt-3">


                                <p class="textLink">
                                    <?php echo e(__('auth.AlreadyHaveAnAccount?')); ?>

                                    <a href="<?php echo e($urlLogin); ?>"
                                        class="forgot-pass-link"><?php echo e(__('auth.loginButton')); ?></a>
                                </p>

                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>

 <?php echo $__env->renderComponent(); ?>
<?php endif; ?>
<?php if (isset($__componentOriginal8e2ce59650f81721f93fef32250174d77c3531da)): ?>
<?php $component = $__componentOriginal8e2ce59650f81721f93fef32250174d77c3531da; ?>
<?php unset($__componentOriginal8e2ce59650f81721f93fef32250174d77c3531da); ?>
<?php endif; ?>

<?php /**PATH /var/www/javago-portal-updates/resources/views/custom_auth/index.blade.php ENDPATH**/ ?>