Open finalblast opened 5 years ago
Same issue for me
<input id="customer_id" type="hidden" @if($c->customer) value="{{$c->customer->id}}" @else value="0" @endif />
turns into
<input @if($c-="" id="customer_id" type="hidden">
customer) value="{{$c->customer->id}}" @else value="0" @endif />
</input>
Hi,
Thanks @RevanProdigalKnight for the great formater version.
I am using Laravel (.blade.php) files and I am getting an issue as the following:
becomes
My config: