laravel-datatables-bundle icon indicating copy to clipboard operation
laravel-datatables-bundle copied to clipboard

Blade Template Engine not parsing include

Open mbbender opened this issue 11 years ago • 0 comments

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".

mbbender avatar Aug 20 '13 15:08 mbbender