Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save KunalGautam/a776ca3dc4db624f9460c46173a9e97b to your computer and use it in GitHub Desktop.
Save KunalGautam/a776ca3dc4db624f9460c46173a9e97b to your computer and use it in GitHub Desktop.
@while (true)
I'm looping forever.
@endwhile
@green255
Copy link

green255 commented May 2, 2019

@while ( $i < $c )

// do something

@php
$i++;
@endphp

@endwhile

Not pretty but it works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment