Created
July 16, 2023 20:53
-
-
Save lucianobragaweb/8f4f5731ad69ff1008a6c6006777b4df to your computer and use it in GitHub Desktop.
If ternário na View com Laravel/Blade
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ $value or "default" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@if($value !== null) { $value } @endif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment