@yield('css') @include('components.header') @include('components.modals.register') @include('components.modals.login') @include('components.modals.forgot_password') @yield('content') @include('components.footer') @yield('script')