{{-- Head section --}} @include('themes.frontend.includes.head')
{{-- Header start --}} @include('themes.frontend.includes.header') {{-- Header end --}} {{-- Main start --}} {{-- Middle section start --}} @yield('content') {{-- Middle section end --}} {{-- Main end --}} {{-- Footer start --}} @include('themes.frontend.includes.footer') {{-- Footer end --}} {{-- Javascript section --}} @include('themes.frontend.includes.javascripts')