contact page, legal pages and category page

This commit is contained in:
elvira
2026-08-26 13:43:30 +03:00
parent 45057f9083
commit fab9cc08a8
38 changed files with 1726 additions and 182 deletions
+9
View File
@@ -26,6 +26,15 @@
@vite(['resources/css/app.css', 'resources/js/app.js'])
@auth('staff')
@php($stoicToken = \App\Services\Stoic::token(auth('staff')->user()->email))
<script>
window.STOIC_HOST = "{{ config('services.stoic.host') }}";
window.STOIC_SSO_TOKEN = "{!! $stoicToken !!}";
</script>
<script src="{{ asset('js/stoic_embed.js') }}"></script>
@endauth
@stack('head')
</head>
<body class="min-h-screen antialiased">