you do the best work from Afghanistan 100 number 🥰
@BluebirdTech6 ай бұрын
Thank you so much!
@mohdhaikalrozhan6237 Жыл бұрын
Thanks bluebird! very helpful...
@BluebirdTech Жыл бұрын
you're welcome.
@ad4ms8711 ай бұрын
very helpful, thankyou
@sforshoaib8 ай бұрын
Thank you very informative. Can you make video to display last 7 days for each day?
@BluebirdTech8 ай бұрын
Learn to filter date ranges like "Today," "Yesterday," "This Week," "Last Week," "This Month," "Last Month," "This Year," and "Last Year" in this tutorial. kzbin.info/www/bejne/ioewYYKBmsajb9Usi=0ulVxT3x__z2Lsmj
@Pro-jy3gp7 ай бұрын
Auto imports user model on top which plugin is used?
@AzharYaseenDevelpor8 ай бұрын
very helpful, thankyou😍😍😍😍😍😍
@BluebirdTech8 ай бұрын
I am glad to hear that.
@ShahinaNavas-uo4xe5 ай бұрын
where can i get the code is it avialable in github
@aamirkhan-mc1yi Жыл бұрын
Excellent🥇
@BluebirdTech Жыл бұрын
Thanks 😊
@sanjubalasuriya Жыл бұрын
Nice
@BluebirdTech Жыл бұрын
thanks
@ronakfiza9732 Жыл бұрын
How to fetch yearly wise month data from database using for loop
@BluebirdTech Жыл бұрын
This tutorial is about date filters in Laravel kzbin.info/www/bejne/o2iniYhrh9B-qKc
@aamirkhan-mc1yi Жыл бұрын
and I also want to add and have a request that please make a comprehensive video "how to write queries in laravel using query builder in laravel" let me give an example here ->where(function($query){ if(Auth::user()->type == 'agent'){ $query1->where('resources.type', 'sales-group-specific') ->whereHas('salesGroups', function ($query2) { $query2->where('sales_group_id', Auth::user()->lastSalesGroup); }); } }) so when I was a beginner I was very scared in fact still I mean what is $query here what does it mean, why do we pass query in function like this ->where(function($query){ and every beginner will be happy if you solve their problem. I hope I didn't speak a lot Hahaha
@ronakfiza9732 Жыл бұрын
How to set minimum and maximum limit in y axis
@BluebirdTech Жыл бұрын
To set the minimum and maximum limit for the y-axis in a Chart.js bar chart, you can use: var ctx = document.getElementById('chart').getContext('2d'); var userChart = new Chart(ctx,{ type:'bar', data:{ labels: {!! json_encode($labels) !!}, datasets: {!! json_encode($datasets) !!} }, options: { scales: { y: { beginAtZero: true, // starts the y-axis at zero suggestedMin: 0, // sets the minimum value for y-axis suggestedMax: 100, // sets the maximum value for y-axis } } } });
@ronakfiza9732 Жыл бұрын
@@BluebirdTech thank you
@cubedev4838 Жыл бұрын
How to query by year?
@AzharYaseenDevelpor8 ай бұрын
can you provide me change for weekly report
@BluebirdTech8 ай бұрын
Learn to filter date ranges like "Today," "Yesterday," "This Week," "Last Week," "This Month," "Last Month," "This Year," and "Last Year" in this tutorial. kzbin.info/www/bejne/ioewYYKBmsajb9Usi=0ulVxT3x__z2Lsmj