Here I Wish to Share some Tutorials For web Development, especially Php, MySql, JavaScript, Node js, Angular js
$query = Item::find(); $query->where(['item_code' => $item_code]); $cost = $query->sum('lot_qty');
No comments:
Post a Comment