Call to a member function take() on array Laravel foreach blade
I have a problem, I would like to view only the last 7 results of this collection but it gives me this error. Have any of you ever experienced a similar error? @foreach ($audits->take(-7) as $item) @if ($item->esito === 'POSITIVO')…