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/resources/views/frontend/pages/ |
@extends('frontend.layouts.master')
@section('title', 'Login Page')
@section('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="{{ route('login.submit') }}">
@csrf
<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="{!! 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="{!! 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="{{ route('password.request') }}" class="link">Forgot password?</a>
</p>
<p class="my-4 text-center">
Don't have an account? <a href="{!! route('register.form') !!}"
class="link text-e-primary font-weight-bold">Create Account</a>
</p>
</div>
</div>
</form>
</div>
<div class="rect"></div>
</div>
{{-- <div class="website-section position-relative">
<div class="container">
<div class="row">
<div class="col text-center">
{!! svg_html('complete', '', 100) !!}
<h1 class="my-5" style="color:#FFCC4D">Congratulations</h1>
<h5>
Mrs. Fatima A<br/>
Thank you for using EtiqaFinans, Your order has been<br/>
received and processed successfully
</h5>
</div>
</div>
</div>
</div> --}}
@endsection
@section('scripts')
@endsection