@include('layouts.head') @stack('style')
@include('layouts.navbar')
@yield('content') @stack('template') @include('layouts.script') @stack('script')