We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello
The library works, but trying an extend failed.
The section is not showing up, but the @extends clause is sent to the browser
main.blade.php Code:
@extends('global/skeleton')
@section('body')
@endsection
The text was updated successfully, but these errors were encountered:
hi this lib is based on older version of blade . i think you have to use @layout instead of @extends
Sorry, something went wrong.
I since removed the library... :(
Thanks alot wait for more :)
No branches or pull requests
Hello
The library works, but trying an extend failed.
The section is not showing up, but the @extends clause is sent to the browser
main.blade.php Code:
@extends('global/skeleton')
@section('body')
@endsection
The text was updated successfully, but these errors were encountered: