go check larajobs?
Hi i want to get the sum of price that is bigger then 500000 and also all price that has the same name how to get it in view?
permission to ask, how to make excel export by taking data contents from a graph?
what example please ?
Does any body knows if my npm works or not?

как передать переменую sql запрос
Sorry, English group
‘cities.name=’ +$city
install laragon first, and then follow official docs in laravel.com
I can teach you
I want to do request ambulance car applecation ..
Any one know course do it tell my..
Any one can help me for information about this..


Hi developers, I made all type of navbar examples with code on Bootstrap 4 framework
https://bootstrap-menu.com/
bootstrap-menu.com
https://bootstrap-menu.com/
I feel that there is to many clicks to check it all, i think you could implement something like a sidebar.
copies? copy of what?
goto laracasts and watch laravel 6 from scratch
go check larajobs?
Number of print copies
I don’t understand
I need to deploy a site built with laravel in cpanel. Any help??
function view_seller_info(slug){
$.ajax({
type:”POST”,
url:”{{route(‘sliders.detail’)}}”,
data:{slug:slug, _token: ‘{{csrf_token()}}’},
success:function(data){
var result = data;
// alert(result);{“heading1″:”33,123″,”heading2″:”33,123″}
var obj = JSON.parse(result);//data in object
//alert(obj);[object Object]
if( obj!=”){
$(‘#view_info’).modal(‘show’);
$(‘.info_data’).html(‘<table class=”table table-bordered table-condensed”><tr><th>Heading 1</th><th>Heading 2</th><tr><td >’+obj.heading1+'</td><td>’+obj.heading2+'</td></tr></tr></table>’);
}
else{
$(‘#view_info’).modal(‘show’);
}
}
});
}
function view_seller_info(slug){
$.ajax({
type:”POST”,
url:”{{route(‘sliders.detail’)}}”,
data:{slug:slug, _token: ‘{{csrf_token()}}’},
success:function(data){
var result = data;
// alert(result);{“heading1″:”33,123″,”heading2″:”33,123″}
var obj = JSON.parse(result);//data in object
//alert(obj);[object Object]
if( obj!=”){
$(‘#view_info’).modal(‘show’);
$(‘.info_data’).html(‘<table class=”table table-bordered table-condensed”><tr><th>Heading 1</th><th>Heading 2</th><tr><td >’+obj.heading1+'</td><td>’+obj.heading2+'</td></tr></tr></table>’);
}
else{
$(‘#view_info’).modal(‘show’);
}
}
});
}
i want 33 ant 123 in different row saved in string form

id |total
1 | 76.54
item table:
id |oid| price | tax
1 | 1 | 40 | 6.54
2 | 1 | 30 | 0
How can I display if order’s total not equal to sum of (price+tax) order’s item
i want to learn in both mysql, eloquent way
DB has no pagination method, use take/skip function instead

i problems

Does any body knows if my npm works or not??
I did this , my npm run watch doent have error
But my laravel mix doesn’t work