Layout fixed

This commit is contained in:
jitendra 2018-08-17 11:21:51 +05:30
parent bde79be88e
commit 6e24741b2f
7 changed files with 15 additions and 10 deletions

View File

@ -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')

View File

@ -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')

View File

@ -1,4 +1,5 @@
@extends('shop::store.layouts.master')
@extends('shop::layouts.master')
@section('content-wrapper')
<div class="content">

View File

@ -1,4 +1,4 @@
@extends('shop::store.layouts.master')
@extends('shop::layouts.master')
@section('content-wrapper')

View File

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

View File

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