Support the ongoing development of Laravel.io →
Database Architecture
Last updated 2 years ago.
0

Foreach is when you want to do something for every row that's returned (without using a break etc). If you just need 2-3, you can use an index key;

{{ $example[0]->value1 }}
{{ $example[1]->value1 }}

If you explain more on what you want to accomplish, there may be a better way or foreach is fine.

Last updated 2 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

Joe96 joe96 Joined 28 Apr 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.