mirror of
https://github.com/grocy/grocy.git
synced 2025-10-15 09:46:03 +00:00
Finalize project reorganization
This commit is contained in:
6
views/layout/basecomponent.blade.php
Normal file
6
views/layout/basecomponent.blade.php
Normal file
@@ -0,0 +1,6 @@
|
||||
@section('componentContent')
|
||||
@show
|
||||
|
||||
@push('componentScripts')
|
||||
<script src="/viewjs/components/@yield('componentJsName').js"></script>
|
||||
@endpush
|
Reference in New Issue
Block a user