You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
so i created this fuction to return 'meta', anyone knows how to access [key] => date_achat / i want to display only the arrays where key == date_achat #412
public function gethistory($reference)
{
$Equipement = Equipement::where('reference', $reference)->first();
foreach ($Equipement->histories as $eq) {
print_r($eq->meta);