Eshop-Laravel/storage/framework/views/e2d813d4c28670589dea4a71e45bf2bde48774c2.php
2019-10-18 12:25:37 +03:00

83 lines
No EOL
3.7 KiB
PHP

<?php $__env->startSection('main_content'); ?>
<section class="hero hero-page gray-bg padding-small">
<div class="container">
<div class="row d-flex">
<div class="col-lg-9 order-2 order-lg-1">
<h1>Customer zone</h1>
</div>
<div class="col-lg-3 text-right order-1 order-lg-2">
<ul class="breadcrumb justify-content-lg-end">
<li class="breadcrumb-item"><a href="index.html">Home</a></li>
<li class="breadcrumb-item active">Customer zone</li>
</ul>
</div>
</div>
</div>
</section>
<!-- text page-->
<section class="padding-small">
<div class="container">
<div class="row">
<div class="col-lg-6">
<div class="block">
<div class="block-header">
<h5>Login</h5>
</div>
<div class="block-body">
<p class="lead">Already our customer?</p>
<p class="text-muted">Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.</p>
<hr>
<form action="customer-orders.html" method="post">
<div class="form-group">
<label for="email" class="form-label">Email</label>
<input id="email" type="text" class="form-control">
</div>
<div class="form-group">
<label for="password" class="form-label">Password</label>
<input id="password" type="password" class="form-control">
</div>
<div class="form-group text-center">
<button type="submit" class="btn btn-primary"><i class="fa fa-sign-in"></i> Log in</button>
</div>
</form>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="block">
<div class="block-header">
<h5>New account</h5>
</div>
<div class="block-body">
<p class="lead">Not our registered customer yet?</p>
<p>With registration with us new world of fashion, fantastic discounts and much more opens to you! The whole process will not take you more than a minute!</p>
<p class="text-muted">If you have any questions, please feel free to <a href="contact.html">contact us</a>, our customer service center is working for you 24/7.</p>
<hr>
<form action="customer-orders.html" method="post">
<div class="form-group">
<label for="name" class="form-label">Name</label>
<input id="name" type="text" class="form-control">
</div>
<div class="form-group">
<label for="email" class="form-label">Email</label>
<input id="email" type="text" class="form-control">
</div>
<div class="form-group">
<label for="password" class="form-label">Password</label>
<input id="password" type="password" class="form-control">
</div>
<div class="form-group text-center">
<button type="submit" class="btn btn-primary"><i class="icon-profile"></i> Register </button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</section>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>