Getting a 500 Internal Server Error Jquery
While everything is running in the software, I get this error when I make a selection from the dropdown list in only one part. Where am I making a mistake? or is it a server error? I have not received this error in any Laravel before. When trying to get something from a dropdown list, this error comes to the console and there is no reaction on the site. https://prnt.sc/vaujzf <script type="text/javascript"> $("ul#product").siblings('a').attr('aria-expanded','true'); $("ul#product").addClass("show"); $("ul#product #adjustment-create-menu").addClass("active"); var lims_product_array = []; var product_code = []; var product_name = []; var product_qty = []; $('.selectpicker').selectpicker({ style: 'btn-link', }); $('#lims_productcodeSearch').on('input', function(){ var warehouse_id = $('#warehouse_id').val(); temp_...