Файловый менеджер - Редактировать - /home/clickysoft/public_html/calvary-p2.clickysoft.net/storage/framework/views/b149dc1a6736f3e17c98474edaffda79.php
Назад
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous"> <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"> <link rel="stylesheet" href="<?php echo e(asset('assets/front/css/main.css')); ?>"> <title>Calvary Signup</title> </head> <body class="lgs-body"> <header class="lgs-header"> <div class="container-fluid"> <div class="row"> <div class="col-md-12"> <div class="logo-button"> <div class="logo"> <a href="<?php echo e(route('home')); ?>" class="navbar-brand"> <img src="<?php echo e(asset('assets/front/images/cc-white.png')); ?>" alt="" class="img-fluid"> </a> </div> <div class="login-button"> <a href="<?php echo e(route('login')); ?>" class="lg-order">Log in</a> </div> </div> </div> </div> </div> </header> <section class="cc-lgs-sec"> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="cc-head"> <h2>Create Account!</h2> </div> </div> </div> <div class="row justify-content-center"> <div class="col-md-12 col-xl-10 col-lg-10 col-sm-12 col-12"> <div class="cc-lgs-box"> <div class="cc-lgs-thumb-main"> <div class="cc-lgs-thumb"> <img src="<?php echo e(asset('assets/front/images/family.png')); ?>" alt="" class="img-fluid"> </div> </div> <div class="row justify-content-center"> <div class="col-md-12 col-xl-6 col-lg-8 col-sm-12 col-12"> <?php echo $__env->make('partials.alert', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <form method="POST" action="<?php echo e(route('sign-up.data')); ?>" id="signupForm"> <?php echo csrf_field(); ?> <div class="cc-field"> <input type="text" placeholder="First Name" name="first_name" value="<?php echo e(old('first_name')); ?>"> </div> <div class="cc-field"> <input type="text" placeholder="Last Name" name="last_name" value="<?php echo e(old('last_name')); ?>"> </div> <div class="cc-field"> <input type="email" placeholder="Email" name="email" value="<?php echo e(old('email')); ?>"> </div> <div class="cc-field"> <input type="password" id="password" placeholder="Password" name="password"> </div> <div class="cc-field"> <input type="password" placeholder="Confirm Password" name="password_confirmation"> </div> <div class="cr-button"> <button type="submit" class="cr-sbmt-btn">Create Account</button> </div> </form> </div> </div> </div> </div> </div> </div> </section> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"> </script> <script src="<?php echo e(asset('assets/front/js/jquery-validate.js')); ?>"></script> <script src="<?php echo e(asset('assets/front/js/signup.js')); ?>"></script> </body> </html> <?php /**PATH /home/clickysoft/public_html/calvary-p2.clickysoft.net/resources/views/front/authentication/sign-up.blade.php ENDPATH**/ ?>
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка