Laravel jika sintaks

@if (foo)
  // do something
@elseif (bar)
  // do something else
@else
  // do some other thing;
@endif
Helpful Hawk