Files
opensem/resources/views/Shop/layout/partials/header-nav.blade.php
Ludovic CANDELLIER ba5a9e0417 New layout for website
2020-08-20 01:11:05 +02:00

21 lines
435 B
PHP

<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>