Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
fazo
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nuriddin
fazo
Commits
76ff67f8
Commit
76ff67f8
authored
Oct 08, 2019
by
Khumoyunmirzo Sodiqov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bugs
parent
a833af4a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
494 additions
and
496 deletions
+494
-496
user_new.blade.php
resources/views/layouts/user_new.blade.php
+4
-4
terms.blade.php
resources/views/pages/terms.blade.php
+490
-492
No files found.
resources/views/layouts/user_new.blade.php
View file @
76ff67f8
...
@@ -53,12 +53,12 @@
...
@@ -53,12 +53,12 @@
<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 sticky-top"
>
<a
class=
"navbar-brand mr-md-auto"
href=
"
#
"
>
<a
class=
"navbar-brand mr-md-auto"
href=
"
/
"
>
<img
src=
"{{ url('/assets/img/icon/logo.png') }}"
width=
"30"
height=
"30"
alt=
""
class=
"mr-1"
>
<img
src=
"{{ url('/assets/img/icon/logo.png') }}"
width=
"30"
height=
"30"
alt=
""
class=
"mr-1"
>
<strong>
Fazoshop
</strong>
<strong>
Fazoshop
</strong>
</a>
</a>
<nav
class=
"my-2 my-md-0 mr-md-3 top-menu"
>
<nav
class=
"my-2 my-md-0 mr-md-3 top-menu"
>
<a
class=
"p-2 text-dark"
href=
"
#
"
>
На главную
</a>
<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('package') }}"
>
Посылки
</a>
<a
class=
"p-2 text-dark"
href=
"{{ route('address') }}"
>
Адреса
</a>
<a
class=
"p-2 text-dark"
href=
"{{ route('address') }}"
>
Адреса
</a>
<a
class=
"p-2 text-dark"
href=
"{{ url('/profile') }}"
>
Профиль
</a>
<a
class=
"p-2 text-dark"
href=
"{{ url('/profile') }}"
>
Профиль
</a>
...
@@ -95,8 +95,8 @@
...
@@ -95,8 +95,8 @@
<div
class=
"container"
>
<div
class=
"container"
>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-12 col-md"
>
<div
class=
"col-12 col-md"
>
<img
class=
"mb-2"
src=
"
/docs/4.3/assets/brand/bootstrap-solid.svg
"
alt=
""
width=
"24"
height=
"24"
>
<img
class=
"mb-2"
src=
"
{{ url('/assets/img/icon/logo.png') }}
"
alt=
""
width=
"24"
height=
"24"
>
<small
class=
"d-block mb-3 text-muted"
>
©
201
7-201
9
</small>
<small
class=
"d-block mb-3 text-muted"
>
©
2019
</small>
</div>
</div>
<div
class=
"col-6 col-md"
>
<div
class=
"col-6 col-md"
>
<h5>
Клиентам
</h5>
<h5>
Клиентам
</h5>
...
...
resources/views/pages/terms.blade.php
View file @
76ff67f8
This source diff could not be displayed because it is too large. You can
view the blob
instead.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment