File tree Expand file tree Collapse file tree 3 files changed +19
-14
lines changed Expand file tree Collapse file tree 3 files changed +19
-14
lines changed Original file line number Diff line number Diff line change 46
46
stroke-width =" 2" d =" M4 6h16M4 12h16M4 18h16" />
47
47
</svg >
48
48
</button >
49
- {{-- <div class="flex-1 text-xl font-bold leading-6 dark:text-white">Dashboard</div> --}}
50
- {{-- <a href="#">
51
- <span class="sr-only">Your profile</span>
52
- <img class="w-8 h-8 rounded-full bg-gray-50"
53
- src="https://images.unsplash.com/photo-1472099645785-5658abf4ff4e?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80"
54
- alt="">
55
- </a> --}}
56
49
</div >
57
50
58
51
<main class =" lg:pl-48" >
Original file line number Diff line number Diff line change 36
36
<script defer data-domain =" app.coolify.io" src =" https://analytics.coollabs.io/js/plausible.js" ></script >
37
37
@endif
38
38
@auth
39
- <script src =" https://cdnjs.cloudflare.com/ajax/libs/laravel-echo/1.15.3/echo.iife.min.js"
40
- integrity =" sha512-aPAh2oRUr3ALz2MwVWkd6lmdgBQC0wSr0R++zclNjXZreT/JrwDPZQwA/p6R3wOCTcXKIHgA9pQGEQBWQmdLaA=="
41
- crossorigin =" anonymous" referrerpolicy =" no-referrer" ></script >
42
- <script src =" https://cdnjs.cloudflare.com/ajax/libs/pusher/8.3.0/pusher.min.js"
43
- integrity =" sha512-tXL5mrkSoP49uQf2jO0LbvzMyFgki//znmq0wYXGq94gVF6TU0QlrSbwGuPpKTeN1mIjReeqKZ4/NJPjHN1d2Q=="
44
- crossorigin =" anonymous" referrerpolicy =" no-referrer" ></script >
45
- <script src =" https://cdn.jsdelivr.net/npm/apexcharts" ></script >
39
+ <script type =" text/javascript" src =" {{ URL:: asset (' js/echo.js' ) } }" ></script >
40
+ <script type =" text/javascript" src =" {{ URL:: asset (' js/pusher.js' ) } }" ></script >
41
+ <script type =" text/javascript" src =" {{ URL:: asset (' js/apexcharts.js' ) } }" ></script >
46
42
@endauth
47
43
</head >
48
44
@section (' body' )
You can’t perform that action at this time.
0 commit comments