Server : nginx/1.18.0 System : Linux localhost 6.14.3-x86_64-linode168 #1 SMP PREEMPT_DYNAMIC Mon Apr 21 19:47:55 EDT 2025 x86_64 User : www-data ( 33) PHP Version : 8.0.16 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, Directory : /var/www/ecommerce/storage/framework/views/ |
<?php $__env->startSection('title', 'Login Page'); ?>
<?php $__env->startSection('main-content'); ?>
<div class="website-section position-relative" style="background: url('../../frontend/svg/banner-bg.svg')">
<div class="container">
<form class="form" method="post" action="<?php echo e(route('login.submit')); ?>">
<?php echo csrf_field(); ?>
<div class="row">
<div class="col-sm-4 col-xs-12 offset-xs-0 offset-sm-4 position-relative" style="z-index: 9">
<h2 class="mb-2 text-center font-weight-bold" style="font-size: 36px;">Log In</h2>
<div class="text-center text-muted mb-4" style="font-size: 17px">Login to your EtiqaFinans account to
continue</div>
<div class="text-center mb-4 ">
<button type="button" href="<?php echo route('login.redirect', 'google'); ?>" class="social-box mr-4"
style="background: #B02E1E; border: none; opacity: 0.5"><span
class="ti-google font-px-22 text-white"></span></button>
<button type="button" href="<?php echo route('login.redirect', 'facebook'); ?>" class="social-box"
style="background: #3B5998; border: none; opacity: 0.5"><span
class="ti-facebook font-px-22 text-white"></span></button>
</div>
<h4 class="text-center mb-4">OR</h4>
<div class="form-group">
<input type="email" name="email" class="form-control form-control-lg"
placeholder="Enter your email" autocomplete="off">
</div>
<div class="form-group mt-2">
<input type="password" name="password" class="form-control form-control-lg"
placeholder="Enter your password" autocomplete="off">
</div>
<button type="submit" class="btn btn-lg btn-success btn-block mt-4">Log In</button>
<p class="mb-0 mt-4 text-center">
<a href="<?php echo e(route('password.request')); ?>" class="link">Forgot password?</a>
</p>
<p class="my-4 text-center">
Don't have an account? <a href="<?php echo route('register.form'); ?>"
class="link text-e-primary font-weight-bold">Create Account</a>
</p>
</div>
</div>
</form>
</div>
<div class="rect"></div>
</div>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('scripts'); ?>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('frontend.layouts.master', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /var/www/ecommerce/resources/views/frontend/pages/login.blade.php ENDPATH**/ ?>