Commit a461575b authored by Khumoyunmirzo Sodiqov's avatar Khumoyunmirzo Sodiqov

10/10/2019//1:20

parent 0309de7d
<!doctype html> <!doctype html>
<html lang="en"> <html lang="en">
<head> <head>
...@@ -7,13 +6,15 @@ ...@@ -7,13 +6,15 @@
<title>FazoShop.us</title> <title>FazoShop.us</title>
<!-- Bootstrap core CSS --> <!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous"> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
<link rel="stylesheet" href="{{ asset('css/font-awesome.min.css') }}" > integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="{{ asset('css/font-awesome.min.css') }}">
<style> <style>
body { body {
background-color: #fbfbfb!important; background-color: #fbfbfb !important;
} }
.bd-placeholder-img { .bd-placeholder-img {
font-size: 1.125rem; font-size: 1.125rem;
text-anchor: middle; text-anchor: middle;
...@@ -33,105 +34,125 @@ ...@@ -33,105 +34,125 @@
position: relative; position: relative;
display: inline-block; display: inline-block;
padding: 6px 10px 7px; padding: 6px 10px 7px;
color: #688cea!important; color: #688cea !important;
font-size: 16px; font-size: 16px;
font-family: ubuntu,sans-serif; font-family: ubuntu, sans-serif;
font-weight: 600; font-weight: 600;
line-height: 1.2; line-height: 1.2;
border-radius: 4px; border-radius: 4px;
} }
nav.top-menu > a:hover { nav.top-menu > a:hover {
color: #2c638c!important; color: #2c638c !important;
text-decoration: none; text-decoration: none;
} }
footer{
footer {
background-color: #fff; background-color: #fff;
} }
.text-top-title { color: #567ee6!important }
.text-top-title {
color: #567ee6 !important
}
.trackbl {
display: inline-block;
line-height: normal;
margin: 0;
vertical-align: middle;
float: right;
}
</style> </style>
</head> </head>
<body> <body>
<div class="d-flex flex-column flex-md-row align-items-center p-3 px-md-4 mb-5 bg-white border-bottom shadow-sm sticky-top"> <div class=" d-flex flex-column flex-md-row align-items-center p-3 px-md-4 mb-5 bg-white border-bottom shadow-sm">
<a class="navbar-brand mr-md-auto" href="/"> <div class="container">
<img src="{{ url('/assets/img/icon/logo.png') }}" width="30" height="30" alt="" class="mr-1"> <div class="col-12" style="display: inline-flex">
<strong>Fazoshop</strong> <div class="col-4 align-items-center">
</a> <a class="navbar-brand mr-md-auto" href="/">
<nav class="my-2 my-md-0 mr-md-3 top-menu"> <img src="{{ url('/assets/img/icon/logo.png') }}" width="30" height="30" alt="" class="mr-1">
<a class="p-2 text-dark" href="/main">На главную</a> <strong>Fazoshop</strong>
<a class="p-2 text-dark" href="{{ route('package') }}">Посылки</a> </a>
<a class="p-2 text-dark" href="{{ route('address') }}">Адреса</a> </div>
<a class="p-2 text-dark" href="{{ url('/profile') }}">Профиль</a> <div class="col-8">
</nav> <nav class="my-2 my-md-0 mr-md-3 top-menu" style="float: right;">
<a class="p-2 text-dark" href="/main">На главную</a>
<a class="p-2 text-dark" href="{{ route('package') }}">Посылки</a>
<a class="p-2 text-dark" href="{{ route('address') }}">Адреса</a>
<a class="p-2 text-dark" href="{{ url('/profile') }}">Профиль</a>
</nav>
</div>
</div>
</div>
</div> </div>
<div class="container" style="min-height: 400px;"> <div class="container">
<div class="row"> <div class="row">
<div class="col-12"> <div class="col-12">
@if( Session::has( 'success' )) <div class="trackbl">
<div class="alert alert-success alert-dismissible fade show mt-3" role="alert">
<strong>Успешно! </strong> <a style="cursor: pointer; margin-bottom: 6px; display: block;" id="track_btn">Отследить посылку</a>
{{ Session::get( 'success' ) }}
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
<span aria-hidden="true">&times;</span> <p style="color: #070b16; margin: 0 0 4px;">Ваш номер пользователя: <span
</button> style="font-family: 'ProximaNova-Semibold'">4528</span></p>
</div>
@elseif( Session::has( 'error' ))
<div class="alert alert-danger alert-dismissible fade show mt-3" role="alert">
<strong>Ошибка! </strong>
{{ Session::get( 'error' ) }}
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
</div>
@endif
@yield('content')
</div> </div>
</div> </div>
</div> </div>
</div>
<footer class="pt-4 mt-5 pt-md-5 pb-5 border-top"> <div class="container" style="height: 670px;">
<div class="container"> <div class="row">
<div class="row"> <div class="col-12">
<div class="col-12 col-md"> @if( Session::has( 'success' ))
<img class="mb-2" src="{{ url('/assets/img/icon/logo.png') }}" alt="" width="24" height="24"> <div class="alert alert-success alert-dismissible fade show mt-3" role="alert">
<small class="d-block mb-3 text-muted">&copy; 2019</small> <strong>Успешно! </strong>
</div> {{ Session::get( 'success' ) }}
<div class="col-6 col-md"> <button type="button" class="close" data-dismiss="alert" aria-label="Close">
<h5>Клиентам</h5> <span aria-hidden="true">&times;</span>
<ul class="list-unstyled text-small"> </button>
<li><a class="text-muted" href="#">Справка</a></li>
<li><a class="text-muted" href="#">Новости</a></li>
<li><a class="text-muted" href="#">Акции</a></li>
</ul>
</div>
<div class="col-6 col-md">
<h5>FazoShop</h5>
<ul class="list-unstyled text-small">
<li><a class="text-muted" href="#">О компании</a></li>
<li><a class="text-muted" href="#">Вакансии</a></li>
<li><a class="text-muted" href="#">Privacy</a></li>
<li><a class="text-muted" href="#">Обратная связь</a></li>
</ul>
</div> </div>
<div class="col-6 col-md"> @elseif( Session::has( 'error' ))
<h5>Контакты</h5> <div class="alert alert-danger alert-dismissible fade show mt-3" role="alert">
<ul class="list-unstyled text-small"> <strong>Ошибка! </strong>
<li><a class="text-muted" href="#">Адреса</a></li> {{ Session::get( 'error' ) }}
<li><a class="text-muted" href="#">Акции</a></li> <button type="button" class="close" data-dismiss="alert" aria-label="Close">
</ul> <span aria-hidden="true">&times;</span>
</button>
</div> </div>
@endif
@yield('content')
</div>
</div>
</div>
<footer class="pt-4 mt-5 pt-md-3 pb-3 border-top">
<div class="container">
<div class="row">
<div class="col-12 col-md" style="display: inline-flex;">
<img class="mb-2" src="{{ url('/assets/img/icon/logo.png') }}" alt="" width="30" height="30"
style="margin-right: 10px">
<small class="d-block mb-3 text-muted">&copy; 2019</small>
</div> </div>
</div> </div>
</footer> </div>
</footer>
<!-- Bootstrap core JavaScript <!-- Bootstrap core JavaScript
================================================== --> ================================================== -->
<!-- Placed at the end of the document so the pages load faster --> <!-- Placed at the end of the document so the pages load faster -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script> <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.0/umd/popper.min.js" integrity="sha384-cs/chFZiN24E4KMATLdqdvsezGxaGsi4hLGOzlXwp5UZB1LY//20VyM2taTB4QvJ" crossorigin="anonymous"></script> integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js" integrity="sha384-uefMccjFJAIv6A+rW+L4AHf99KvxDjWSu1z9VI8SKNVmz4sk7buKt/6v9KI65qnm" crossorigin="anonymous"></script> crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.0/umd/popper.min.js"
integrity="sha384-cs/chFZiN24E4KMATLdqdvsezGxaGsi4hLGOzlXwp5UZB1LY//20VyM2taTB4QvJ"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js"
integrity="sha384-uefMccjFJAIv6A+rW+L4AHf99KvxDjWSu1z9VI8SKNVmz4sk7buKt/6v9KI65qnm"
crossorigin="anonymous"></script>
@yield('custom_script') @yield('custom_script')
</body> </body>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment