File manager - Edit - /var/www/payraty/lms_main/resources/views/auth/register.blade.php
Back
@extends('layouts.' . get_frontend_settings('theme')) @push('title', get_phrase('Sign Up')) @push('meta')@endpush @push('css') <style> .form-icons .right { right: 20px; cursor: pointer !important; } </style> @endpush @section('content') <section class="login-area"> <div class="container"> <div class="row"> <div class="col-lg-7 col-md-6"> <div class="login-img"> <img src="{{ asset('assets/frontend/' . get_frontend_settings('theme') . '/image/signup.gif') }}" alt="register-banner"> </div> </div> <div class="col-lg-5 col-md-6"> <form action="{{ route('register') }}" class="global-form login-form mt-25" method="post">@csrf <h4 class="g-title">{{ get_phrase('Sign Up') }}</h4> <p class="description">{{ get_phrase('See your growth and get consulting support! ') }}</p> <div class="form-group mb-5"> <label for="" class="form-label">{{ get_phrase('Name') }}</label> <input type="text" name="name" class="form-control" placeholder="Your Name"> @error('name') <small class="text-danger">{{ $message }}</small> @enderror </div> <div class="form-group mb-5"> <label for="" class="form-label">{{ get_phrase('Email') }}</label> <input type="email" name="email" class="form-control" placeholder="Your Email"> @error('email') <small class="text-danger">{{ $message }}</small> @enderror </div> <div class="form-group mb-5"> <label for="" class="form-label">{{ get_phrase('Password') }}</label> <input type="password" name="password" class="form-control" placeholder="*********"> @error('password') <small class="text-danger">{{ $message }}</small> @enderror </div> <button type="submit" class="eBtn gradient w-100">{{ get_phrase('Sign Up') }}</button> <p class="mt-20">{{ get_phrase('Already have account.') }} <a href="{{ route('login') }}">{{ get_phrase('Sign in') }}</a></p> </form> </div> </div> </div> </section> @endsection @push('js') <script> "use strict"; $(document).ready(function() { $('#showpassword').on('click', function(e) { e.preventDefault(); const type = $('#password').attr('type'); if (type == 'password') { $('#password').attr('type', 'text'); } else { $('#password').attr('type', 'password'); } }); }); $(document).ready(function() { $('#showcpassword').on('click', function(e) { e.preventDefault(); const type = $('#cpassword').attr('type'); if (type == 'password') { $('#cpassword').attr('type', 'text'); } else { $('#cpassword').attr('type', 'password'); } }); }); </script> @endpush
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings