- 
                Notifications
    You must be signed in to change notification settings 
- Fork 5
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
@when could be useful for conditionally printing things in general
<input name="phone" @when($isRequired, 'required') />@bool allow boolean values to be printed directly into strings or used in object construction.
<script>
    let config = {
        isActive: @bool($isActive),
        hasAccess: @bool($hasAccess)
    };
</script>haidubogdan
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request