{{-- Head section --}} @include('themes.frontend.partials.head')
@if(env('APP_ENV') == 'production') @endif {{-- Header start --}} @include('themes.frontend.partials.header') {{-- Header end --}} {{-- Main start --}} {{-- Middle section start --}} @yield('content') {{-- Middle section end --}} {{-- Main end --}} {{-- Footer start --}} @include('themes.frontend.partials.footer') {{-- Footer end --}} {{-- Javascript section --}} @include('themes.frontend.partials.javascripts')