Current File : /home/itiffy/public_html/resources/views/frontend/layouts/master.blade.php
@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>