File: D:/HostingSpaces/SBogers10/shop.komma.nl/resources/views/vendor/KMS/layouts/kms.blade.php
<!--Overrides the view/kms/layouts/kms.blade.php in the komma/kms (core) package-->
@extends('KMS::layouts.base')
@section('body')
@include('KMS::partials.flashMessage')
@include('KMS::partials.sidebar')
<section id="main">
@yield('content')
</section>
@stop
@push('extra_styles')
<link rel="stylesheet" href="{!! mix('/css/kms_shop.css') !!}">
@endpush
@push('extra_scripts')
<!--Something strange has to do with the next line.
Sometimes kms menu items wont open because the click triggers twice when you enable this line.
When you disable it. The shipping cost section shipping costs will be nulled when you save one.
Because the attribute does not get initialized.
-->
{{-- <script src="{!! mix('js/manifest.js') !!}"></script>--}}
<script src="{!! mix('js/vendor.js') !!}"></script>
<script src="{!! mix('js/shop_kms.js') !!}"></script>
@endpush