While iterating through a foreach loop, you may use the loop variable to gain ... @foreach ($users as $user) @if ($user->type == 1) @continue @endif <li>{{ ...
確定! 回上一頁