Display controller variable on a Laravel blade using jQuery
In my laravel app, I have a div on a blade to display total number of daily orders. <div class="row mt-3" id="shopify_row1"> <div class="col-md-2" id="shopify_widget1"> <div class="jumbotron bg-dark text-white"> <img class="img-fluid pull-left" src="https://cdn0.iconfinder.com/data/icons/social-media-2092/100/social-35-512.png" width="32" height="32"> <h6 class="text-secondary mt-2 px-4">Shopify</h6> <hr…