Few questions about home blade

Laraship QuestionsCategory: TechnicalFew questions about home blade
rade ilijev asked 6 years ago

Hi, i have problems with editing Home page. In that case my template is ecommerce-basic, and when i try to edit '/var/www/html/resources/themes/ecommerce-basic/templates/home.blade.php' i can't control my home page on http://ecomet.co/,. When i delete something it's always here, and it's only for this file, every other file works fine.

This @slider(home-page-slider) is here even i uninstalled slider module.

And last thing, what i have to write if it's on home page, i want @include('partials.header') to be after @yield('editable_content').

For example:

if(@yield('editable_content') == 'home.blade'){

}else{

@include('partials.header')

}

@yield('before_content')

<div id="editable_content">

<div class="offcanvas-wrapper">

@yield('editable_content')

if(@yield('editable_content') == 'home.blade'){

@include('partials.header')

}

    <div>@include('partials.footer')</div>

</div>

Can you help me write it to right form to work?

Question Tags:
2 Answers
Rade answered 6 years ago

I have deleted all templates, and still home page is like saas.

Rade answered 6 years ago

I have deleted all templates, and still home page is like saas.