@vite(['resources/theme/assets/js/app.js'])
@livewireScripts
@include('layouts.partials.global-clipboard')
@include('layouts.partials.global-notification')
@production
@auth()
@include('new-template.layouts.components.tickets')
@endauth
@endproduction
@stack('script')