I have an error from my Blade file. I couldn't find any solutions after many searches.
The Mix manifest does not exist. (View: /mnt/n/xxx/resources/views/includes/scripts.blade.php)
scripts.blade.php
@stack('before-scripts')
<script src="{{ mix('js/manifest.js') }}" defer></script>
<script src="{{ mix('js/vendor.js') }}" defer></script>
<script src="{{ mix('js/app.js') }}" defer></script>
@routes
@stack('after-scripts')