Jquery ajax – Update data on the view without page refreashing – Laravel
I want to load data frequently after 60 seconds without page refreshing. The line of code is <div id="callmeauto">@include('custome.myquestionodds')</div> The code in "myquestionodds.blade.php" in where the data is fetching. It is working fine. But I want to call this blade…