New layout for website
This commit is contained in:
20
resources/views/Shop/layout/partials/header-nav.blade.php
Normal file
20
resources/views/Shop/layout/partials/header-nav.blade.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<div class="row bg-green">
|
||||
|
||||
<div class="col-4 col-md-2 form-inline pl-4">
|
||||
<img src="/img/logo.jpg" class="img-responvive pull-left">
|
||||
</div>
|
||||
|
||||
<div class="col-8 col-md-6 form-inline">
|
||||
@include("Shop.layout.partials.search")
|
||||
</div>
|
||||
|
||||
<div class="col-6 col-md-2">
|
||||
@include("Shop.layout.partials.header-profile")
|
||||
</div>
|
||||
|
||||
<div class="col-6 col-md-2 text-right">
|
||||
@include("Shop.layout.partials.header-basket")
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user