This commit is contained in:
Kerim 2022-10-28 00:23:09 +05:00
parent 350dd71022
commit 00bcb0f192
6 changed files with 674 additions and 661 deletions

BIN
.DS_Store vendored

Binary file not shown.

BIN
config/.DS_Store vendored

Binary file not shown.

BIN
database/.DS_Store vendored

Binary file not shown.

BIN
public/.DS_Store vendored

Binary file not shown.

Binary file not shown.

View File

@ -1,33 +1,38 @@
@extends('web.layouts.app')
@section('after_styles')
<link rel="stylesheet" href="https://content.turkmentv.gov.tm/assets/css/simple-line-icons.css">
<link rel="stylesheet" href="https://content.turkmentv.gov.tm/assets/libs/owl/owl-carousel/owl.carousel.css">
<link rel="stylesheet" href="https://content.turkmentv.gov.tm/assets/libs/owl/owl-carousel/owl.theme.css">
<link rel="stylesheet" href="https://content.turkmentv.gov.tm/assets/css/3dslider-style.css">
<link rel="stylesheet" href="https://content.turkmentv.gov.tm/assets/css/mahabat_styles.css">
<link rel="stylesheet" href="https://content.turkmentv.gov.tm/assets/css/simple-line-icons.css">
<link rel="stylesheet" href="https://content.turkmentv.gov.tm/assets/libs/owl/owl-carousel/owl.carousel.css">
<link rel="stylesheet" href="https://content.turkmentv.gov.tm/assets/libs/owl/owl-carousel/owl.theme.css">
<link rel="stylesheet" href="https://content.turkmentv.gov.tm/assets/css/3dslider-style.css">
<link rel="stylesheet" href="https://content.turkmentv.gov.tm/assets/css/mahabat_styles.css">
@endsection
@section('content')
<style>
<style>
.table {
margin-bottom: 0px;
}
.vertical-tab .nav-tabs li a:after{
background: transparent!important
.vertical-tab .nav-tabs li a:after {
background: transparent !important
}
.left-bar ul li a{
background: #fff!important
.left-bar ul li a {
background: #fff !important
}
.left-bar ul li a:hover{
background: transparent!important
.left-bar ul li a:hover {
background: transparent !important
}
.left-bar ul .active a{
background: transparent!important
.left-bar ul .active a {
background: transparent !important
}
.btn{
padding: 6px!important;
.btn {
padding: 6px !important;
}
</style>
<div class="container wrapper" style="padding-top: 10px !important;padding-bottom: 10px !important; margin-bottom: 5em; overflow-x:hidden!important">
</style>
<div class="container wrapper" style="padding-top: 10px !important;padding-bottom: 10px !important; margin-bottom: 5em; overflow-x:hidden!important">
<div class="row" style="padding-top: 0; padding-bottom: 0">
@if(isset($folders))
<div class="col-md-3 col-lg-3 col-xs-12" style="padding:0;">
@ -550,8 +555,7 @@
<div class="row" id="order_it_box" style="display: none;">
<div style="margin-top:15px; width:100%; text-align: right;">
<button type="button" class="btn btn-danger" id="clear_table">Arassala</button> |
<button type="button" class="btn btn-primary" id="order_it_btn" data-toggle="modal"
data-target="#exampleModalCenter" style="background-color: #187F7E; border:1px solid #187F7E;">Sargyt et</button>
<button type="button" class="btn btn-primary" id="order_it_btn" data-toggle="modal" data-target="#exampleModalCenter" style="background-color: #187F7E; border:1px solid #187F7E;">Sargyt et</button>
</div>
</div>
</form>
@ -610,6 +614,15 @@
</form>
</div>
</div>
<div style="padding-top: 80px;">
<div>
<a href="https://yandex.ru/maps/10324/ashgabat/?utm_medium=mapframe&utm_source=maps" style="color:#eee;font-size:12px;position:absolute;top:0px;">Ашхабад</a>
<a href="https://yandex.ru/maps/10324/ashgabat/?ll=58.406449%2C37.909455&utm_medium=mapframe&utm_source=maps&z=18" style="color:#eee;font-size:12px;position:absolute;top:14px;">Ашхабад Яндекс Карты</a>
<iframe src="https://yandex.ru/map-widget/v1/-/CCUZf0gt0D" frameborder="1" allowfullscreen="true" style="position:relative;width: 100%;"></iframe></div>
</div>
</div>
{{--Udalit-etmeli-dal-end--}}
@ -652,7 +665,7 @@
<input type="email" class="form-control for-clear" id="customer_email" placeholder="meselem@gmail.com">
</div>
<div class="form-group">
<label for="customer_notes" class="col-form-label" >Goşmaça bellikler:</label>
<label for="customer_notes" class="col-form-label">Goşmaça bellikler:</label>
<textarea class="form-control for-clear" id="customer_notes" placeholder="Mahabat etmek isleäýän zadyňyz barada şu ýerik ýazyň..."></textarea>
</div>
</div>
@ -667,11 +680,11 @@
{{--<!--Sargyt uchin modal end-->--}}
</div>
</div>
</div>
</div>
@endsection
@section('after_scripts')
<script src="https://content.turkmentv.gov.tm/assets/libs/owl/owl-carousel/owl.carousel.js"></script>
<script src="https://content.turkmentv.gov.tm/assets/js/index.js"></script>
<script src="https://content.turkmentv.gov.tm/assets/js/scripts.js"></script>
<script src="https://content.turkmentv.gov.tm/assets/libs/owl/owl-carousel/owl.carousel.js"></script>
<script src="https://content.turkmentv.gov.tm/assets/js/index.js"></script>
<script src="https://content.turkmentv.gov.tm/assets/js/scripts.js"></script>
@endsection