Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No Switch-Case #83

Open
dmitrach opened this issue May 25, 2018 · 2 comments
Open

No Switch-Case #83

dmitrach opened this issue May 25, 2018 · 2 comments
Labels
enhancement Request for a new feature. help wanted The maintainers of package are welcoming pull requests that solve the issue.

Comments

@dmitrach
Copy link

https://laravel.com/docs/5.6/blade#switch-statements

@Ingramz
Copy link
Collaborator

Ingramz commented May 25, 2018

@dios-oleg you need to be a bit more specific, what's missing?

@dmitrach
Copy link
Author

Missing snippet for Switch. It takes a long time to type the text:
@switch($i)
@case(1)
First case...
@break

@case(2)
    Second case...
    @break

@default
    Default case...

@endswitch

@Ingramz Ingramz added enhancement Request for a new feature. help wanted The maintainers of package are welcoming pull requests that solve the issue. labels May 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Request for a new feature. help wanted The maintainers of package are welcoming pull requests that solve the issue.
Projects
None yet
Development

No branches or pull requests

2 participants