@include('frontend.partials.head') @if(Route::current()->getName() == 'home') @include('frontend.partials.header') @else @include('frontend.partials.header_innerpage') @endif @yield('content') @include('frontend.partials.footer') @include('frontend.partials.javascripts') @yield('javascript') </body> </html>