@include('new-template.layouts.components.script')
@livewireScripts
@production
@auth()
@include('new-template.layouts.components.tickets')
@endauth
@endproduction
@if (session('global-session-response-alert'))
@endif
@if ($errors->any())
@endif
@stack('script')