Layout fixed
This commit is contained in:
parent
bde79be88e
commit
6e24741b2f
|
|
@ -1,4 +1,5 @@
|
|||
@extends('shop::store.layouts.master')
|
||||
@extends('shop::layouts.master')
|
||||
|
||||
@section('content-wrapper')
|
||||
<div class="account-content">
|
||||
@include('shop::customers.account.partials.sidemenu')
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
@extends('shop::store.layouts.master')
|
||||
@extends('shop::layouts.master')
|
||||
|
||||
@section('content-wrapper')
|
||||
<div class="account-content">
|
||||
@include('shop::customers.account.partials.sidemenu')
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
@extends('shop::store.layouts.master')
|
||||
@extends('shop::layouts.master')
|
||||
|
||||
@section('content-wrapper')
|
||||
|
||||
<div class="content">
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
@extends('shop::store.layouts.master')
|
||||
@extends('shop::layouts.master')
|
||||
|
||||
@section('content-wrapper')
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,11 @@
|
|||
@extends('shop::store.layouts.master')
|
||||
@extends('shop::layouts.master')
|
||||
|
||||
@section('slider')
|
||||
@include('shop::store.slider.slider')
|
||||
@include('shop::layouts.slider')
|
||||
@endsection
|
||||
|
||||
@section('content-wrapper')
|
||||
@include('shop::store.grids.featured.featuredproductgrid')
|
||||
@include('shop::store.grids.newproduct.newproductgrid')
|
||||
@include('shop::store.grids.newsupdate.newsupdategrid')
|
||||
@include('shop::grids.featured.featuredproductgrid')
|
||||
@include('shop::grids.newproduct.newproductgrid')
|
||||
@include('shop::grids.newsupdate.newsupdategrid')
|
||||
@endsection
|
||||
|
|
|
|||
|
|
@ -72,7 +72,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="header-bottom">
|
||||
@include('shop::store.header.nav-menu.navmenu')
|
||||
@include('shop::layouts.header.nav-menu.navmenu')
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue