k
Size: a a a
k
АЕ
return SnapShot::where('created_at', '>', $needDate->startOfDay()->toDateTimeString())
->where('created_at', '<', $needDate->endOfDay()->toDateTimeString())
->orderByDesc('created_at')
->first();
return SnapShot::where('created_at', '>', $needDate->startOfDay())
->where('created_at', '<', $needDate->endOfDay())
->orderByDesc('created_at')
->first();
k
d.
k
АЕ
whereDate('created_at',$needDate->toDateString());
МК
SS
МК
M
A
B
MR
B
🎄P
DY
🎄P
🎄P
M
M