D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
tattooscyy
/
test
/
resources
/
views
/
auth
/
Filename :
login.blade.php
back
Copy
<!DOCTYPE html> <html lang="en-GB"> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <meta charset="utf-8"> <title>Login to your Tattooscalculator account</title> <link rel="stylesheet" href="login_files/mfp-24.1.8-vsn.css"> <link rel="stylesheet" href="login_files/tailwind-24.1.8-vsn.css"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta property="fb:app_id" content="675853539165647"> <meta property="og:type" content="website"> <meta property="og:site_name" content="Tattooscalculator"> <meta property="og:url" content="https://tattooscalculator.com"> <meta property="og:image" content="https://tattooscalculator.com/logo/_previmg.png"> <meta property="og:title" content="Login to your Tattooscalculator account"> <meta property="og:description" content=""> <link rel="shortcut icon" href="https://tattooscalculator.com/logo/_previmg.png"> </head> <body class="az_UK r-ui stage_live bg-[#333333]" style="background-color:#333333" data-page="authenticate"> <div class="w-full md:w-4/5 lg:w-2/5 m-auto"> <div class="flex justify-center m-3"> <img src="logo/logo_og.png" alt="Tattoo logo" width="170" height="45"> </div> <div class="h-full pt-8 bg-white rounded p-6 mt-3" style="font-family: 'Times New Roman'"> <a href="/" class="float-right p-2 -mt-8">×</a> <div> <div> <div class="authmodal-social text-center"> <a href="/auth/google" class="authmodal-google mb-10" style="font-weight: normal; padding: 0"> <svg class="h-6 w-6 -pt-2 inline" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="-0.5 0 48 48" version="1.1"> <g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g id="Color-" transform="translate(-401.000000, -860.000000)"> <g id="Google" transform="translate(401.000000, 860.000000)"> <path d="M9.82727273,24 C9.82727273,22.4757333 10.0804318,21.0144 10.5322727,19.6437333 L2.62345455,13.6042667 C1.08206818,16.7338667 0.213636364,20.2602667 0.213636364,24 C0.213636364,27.7365333 1.081,31.2608 2.62025,34.3882667 L10.5247955,28.3370667 C10.0772273,26.9728 9.82727273,25.5168 9.82727273,24" id="Fill-1" fill="#FBBC05"></path> <path d="M23.7136364,10.1333333 C27.025,10.1333333 30.0159091,11.3066667 32.3659091,13.2266667 L39.2022727,6.4 C35.0363636,2.77333333 29.6954545,0.533333333 23.7136364,0.533333333 C14.4268636,0.533333333 6.44540909,5.84426667 2.62345455,13.6042667 L10.5322727,19.6437333 C12.3545909,14.112 17.5491591,10.1333333 23.7136364,10.1333333" id="Fill-2" fill="#EB4335"></path> <path d="M23.7136364,37.8666667 C17.5491591,37.8666667 12.3545909,33.888 10.5322727,28.3562667 L2.62345455,34.3946667 C6.44540909,42.1557333 14.4268636,47.4666667 23.7136364,47.4666667 C29.4455,47.4666667 34.9177955,45.4314667 39.0249545,41.6181333 L31.5177727,35.8144 C29.3995682,37.1488 26.7323182,37.8666667 23.7136364,37.8666667" id="Fill-3" fill="#34A853"></path> <path d="M46.1454545,24 C46.1454545,22.6133333 45.9318182,21.12 45.6113636,19.7333333 L23.7136364,19.7333333 L23.7136364,28.8 L36.3181818,28.8 C35.6879545,31.8912 33.9724545,34.2677333 31.5177727,35.8144 L39.0249545,41.6181333 C43.3393409,37.6138667 46.1454545,31.6490667 46.1454545,24" id="Fill-4" fill="#4285F4"></path> </g> </g> </g> </svg> @lang('client.auth.continue with Google')</a> <!-- <a href="#" class="authmodal-fb"> Continue with Facebook</a> --> <div class="flex items-center m-4"> <hr class="flex-auto border-adzuna-gray-500"> <span class="px-3 text-sm">@lang('client.auth.or')</span> <hr class="flex-auto border-adzuna-gray-500"> </div> </div> <div class=""> @if (count($errors) > 0) <div class="alert alert-danger"> <strong>{{ trans('quickadmin::auth.whoops') }}</strong> {{ trans('quickadmin::auth.some_problems_with_input') }} <br><br> <ul> @foreach ($errors->all() as $error) <li>{{ $error }}</li> @endforeach </ul> </div> @endif <form method="post" action="{{ url('login') }}"> {{ csrf_field() }} <div class="my-3"> <label class="block text-grey-darker block text-sm mb-1" for="email">@lang('client.register.e-mail address')</label> @if ($errors->has('email')) <span class="help-block"> <strong>{{ $errors->first('email') }}</strong> </span> @endif <input class="border border-solid px-4 leading-8 rounded-md w-full border border-solid border-adzuna-gray-500 rounded-lg mb-2 bg-white px-4 border-adzuna-gray-500" name="email" type="email"> <label class="block text-grey-darker block text-sm mb-1" for="password">@lang('client.register.password')</label> @if ($errors->has('password')) <span class="help-block"> <strong>{{ $errors->first('password') }}</strong> </span> @endif <input class="border border-solid px-4 leading-8 rounded-md w-full border border-solid border-adzuna-gray-500 rounded-lg mb-2 bg-white px-4 border-adzuna-gray-500" type="password" name="password"> </div> <div class="mt-4"> <button type="submit" class="border border-solid px-4 leading-8 rounded-md text-white inline-block authmodal-submit px-4 w-full bg-[#f0ad4e] hover:bg-[#eea236]" style="background-color:#f0ad4e"> Login </button> </div> </form> <div class="text-center mt-3 mb-3"> <a href="{{asset('password/reset')}}" class="btn btn-link my_forgot">{{trans('client.e-mail.forgot password')}}</a> </div> </div> <div class="pt-4 my-4"> <div class="flex items-center w-full "> <hr class="flex-auto border-adzuna-gray-500"> <span class="px-3 text-sm">@lang('client.auth.create account')</span> <hr class="flex-auto border-adzuna-gray-500"> </div> <div class="mt-3"> <a href="/logins" class="border border-solid text-center px-4 leading-8 text-white rounded-md border-adzuna-gray-200 hover:border-adzuna-gray-200 hover:bg-adzuna-gray-200 active:border-adzuna-gray-200 active:bg-adzuna-gray-200 authmodal-submit inline-block px-4 rounded-md w-full" style="background-color: #428bca"> @lang('client.auth.register') </a> </div> <div class="mt-6 text-sm"> <p> @lang('client.auth.agree to terms') <a style="color:#ADD8E6" class="hover:underline" href="https://tattooscalculator.com/CONDITIONS GENERALES DE RESERVATION ABA.docx">@lang('client.auth.term1')</a> & <a style="color:#ADD8E6" class="hover:underline" href="https://tattooscalculator.com/POLITIQUE_DE_CONFIDENTIALITE_ABA.docx">@lang('client.auth.term2')</a> </p> </div> </div> </div> </div> </div> </div> </body> </html>