Dont need yield page-scripts here, it is already yield by the include layouts.partials.scripts
All checks were successful
Create Docker Image / Build Docker Image (x86_64) (push) Successful in 30s
Create Docker Image / Build Docker Image (arm64) (push) Successful in 1m45s
Create Docker Image / Final Docker Image Manifest (push) Successful in 8s

This commit is contained in:
Deon George 2025-05-03 20:59:28 +10:00
parent 201a466ae3
commit 22ba6fe35c

View File

@ -16,8 +16,6 @@
{{-- Scripts --}}
@section('scripts')
@include('layouts.partials.scripts')
@yield('page-scripts')
@show
</body>
</html>