I get a empty result when really i should get 3500
$transcationhist = Transcationhistorique::whereDate('created_at', Carbon::today())->pluck('ammount');
$ammount = 0 ;
foreach ($transcationhist as $p) {
$ammount = $ammount + $p['ammount'];
}
from Newest questions tagged laravel-5 - Stack Overflow https://ift.tt/2EGCvHS
via IFTTT
Aucun commentaire:
Enregistrer un commentaire