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

Blade Template Engine not parsing include #24

Open
mbbender opened this issue Aug 20, 2013 · 0 comments
Open

Blade Template Engine not parsing include #24

mbbender opened this issue Aug 20, 2013 · 0 comments

Comments

@mbbender
Copy link

Attempting to include a template file as a column value with no success.

return Datatables::of($users)
->add_column('actions', "@include('admin.users.user_actions')")
->make();

The line: ->add_column('actions', "@include('admin.users.user_actions')") is failing the call. The file simply includes a string "test".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant