@include('includes.head') @include('includes.nav') @section('content') @show @yield('body') @include('includes.nav-footer') @section('js-code-post') @show