Skip to content

Instantly share code, notes, and snippets.

@raank
Created October 18, 2016 07:15
Show Gist options
  • Save raank/d7a9cd3ce94ed9380a1d9ae0d64b342a to your computer and use it in GitHub Desktop.
Save raank/d7a9cd3ce94ed9380a1d9ae0d64b342a to your computer and use it in GitHub Desktop.
@if( $meucampo == 'confirmed' )
<span>Você está confirmado</span>
@else
<input type="submit" value="Confirmar">
@endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment