@include('head') @stack('style')
@yield('navbar')
@yield('content')
@include('components.footer') @stack('scripts')