I am using backpack CRUD in laravel 5.3
I have 3 models: product, country and region. And I am looking way to similar function as jquery onchange ajax call. Product crud has select for county and region. If I selected country, region select should filtered by selected country.
I don't know find crud function for this or way to insert js to edit view for one controller.