LinkStack/resources/views/layouts
Julian Prieber 4eec538834
Update sidebar.blade.php
Adds the ability to insert code snippets into the head and body element laid out by the sidebar with blade by including:

@push('stylesheets')
    <!-- your code -->
@endpush

@push('scripts')
    <!-- your code -->
@endpush
2022-05-03 23:27:37 +02:00
..
app.blade.php update app blade 2021-07-06 15:47:28 +07:00
footer.blade.php Update footer.blade.php 2022-03-29 17:45:48 +02:00
guest.blade.php Fixed dark mode not applying on first visit 2022-03-03 10:49:10 +01:00
sidebar.blade.php Update sidebar.blade.php 2022-05-03 23:27:37 +02:00