Laravel - Views and Blade Templates
Identify the error in this Blade code:
@foreach($users as user)
{{ $user->name }}
@endforeach@foreach($users as user)
{{ $user->name }}
@endforeach@foreach($users as $user).@endforeach. So only missing $ is the error.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions