lundi 8 juillet 2019

How to Hide Header in Homepage in Laravel

I am trying to customise a laravel site. I want a different header layout for the homepage. Please how do I do that.

What I currently have is a master layout which include the header layout. What I need is something like this in this website www.jiji.ng as you can see, the homepage header layout is different from the rest of layout. I need a general header for the site but different header for the homepage.

Below is the Master.blade.php code

@section('header')
    @include('layouts.inc.header')
@show

@section('search')
@show



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire