1
0
Fork 0

Update spa blade view

This commit is contained in:
Daniel Supernault 2022-04-07 23:43:52 -06:00
parent 029f4507bd
commit c08601e3d4
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,9 @@
<link rel="canonical" href="{{url(request()->url())}}">
<link href="{{ mix('css/app.css') }}" rel="stylesheet" data-stylesheet="light">
<link href="{{ mix('css/spa.css') }}" rel="stylesheet" data-stylesheet="light">
@if(config_cache('uikit.show_custom.css'))
<style type="text/css">{!!config_cache('uikit.custom.css')!!}</style>
@endif
@auth
<script type="text/javascript">
window._sharedData = {