Skip to content

Commit

Permalink
Remove unnecessary variables from blade
Browse files Browse the repository at this point in the history
  • Loading branch information
benguozakinci@gmail.com authored and benguozakinci@gmail.com committed Sep 2, 2021
1 parent 5051d04 commit dfa4b9f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions resources/views/partials/form/money_group.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@
v-if="{{ $attributes['show'] }}"
@endif

@if (isset($attributes['inputRef']))
ref="{{ $attributes['inputRef'] }}"
@endif

@if (isset($attributes['masked']))
:masked="{{ ($attributes['masked']) ? 'true' : 'false' }}"
@endif
Expand Down

0 comments on commit dfa4b9f

Please sign in to comment.