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
..
2022-03-23 13:57:20 +01:00
2021-04-16 03:30:00 +04:30
2021-04-16 03:30:00 +04:30
2022-05-03 23:27:37 +02:00