@yield('style')
@auth()
@csrf
@include('portal.layouts.page_templates.auth') @endauth @guest() @include('portal.layouts.page_templates.guest') @endguest {{----}} @stack('js') @yield('script')