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

messing with html in blade files #71

Open
mbarreiro85 opened this issue Jul 23, 2021 · 1 comment
Open

messing with html in blade files #71

mbarreiro85 opened this issue Jul 23, 2021 · 1 comment

Comments

@mbarreiro85
Copy link

What is this feature about (expected vs actual behaviour)?

@if(isset($post->state) && $post->state->status)

@elseif(isset($post->review) && ($post->review))

@for ( $i = 1; $i <= 5; $i++ )

@endfor

@else

vs

@if(isset($post->state) && $post->state->status)

@elseif(isset($post->review) && ($post->review))

@for ( $i = 1; $i ★

@endfor

                @else

A lot of times it don't closes

How can I reproduce it?

Does it take minutes, hours or days to fix?

Any additional information?

Thanks for your great work with this package!! it saved me a lot of time :) and brought joy!

@voku
Copy link
Owner

voku commented Jan 27, 2022

Sorry for not getting back to you sooner, do you have some real code so that we can test your code? Maybe you can create a pull request with a failing test?

@voku voku assigned voku and unassigned voku Jan 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants