Have you tried to get this in a blade file?
using
@foreach ($users as $user)
<p>This is user {{ $user->id }}</p>
@endforeach
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community