Advertisement
vitareinforce

If else di blade

Sep 9th, 2020
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. @foreach
  2.  
  3. @if($data->group_id == null || $data->group_id !== $group->id)
  4. <a href....>
  5. @else
  6. <a href.... checked>
  7. @endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement