Support the ongoing development of Laravel.io →
Eloquent Views Blade
Last updated 2 years ago.
0

It is not a question of performance, you should avoid to get into loop-switch antipattern, just using strategy pattern. For your example you could simply do:

@if($report_data) 
    @foreach ($report_data as $report)
        <div class="alert alert-danger">User reported for being {{$report->reason}}</div> 
    @endforeach 
@endif
0

It's work! Thank you alot :')

0

Sign in to participate in this thread!

Eventy

Your banner here too?

WilliamB williamb Joined 20 Jun 2015

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.