{{-- Global Config (global config for global JS scripts) --}}
{{----}}
{{-- Global Theme JS Bundle (used by all pages) --}}
@foreach(config('layout.resources.js') as $script)
@endforeach
{{-- Pusher Bell Notification --}}
{{-- Pusher Bell Notification End --}}
{{-- Includable JS --}}
@yield('scripts')
@if(config('app.debug'))
@endif
{{-- Vuejs Render global --}}
{{-- Vuejs Render global end/ --}}