pbelyaev / laravel-blade-compiler

[NOT MAINTAINED] NPM Package that compiles Blade template language to HTML
MIT License
9 stars 4 forks source link

@parent tag doesn't work #8

Closed pbelyaev closed 7 years ago

pbelyaev commented 8 years ago

This code doesn't compile correctly:

@section('javascript')
    @parent
    <p>Hello from child!</p>
@endsection
pbelyaev commented 7 years ago

fixed