Solution:1
Why would you pass it from the include to the calling template? If you need it in the calling template, create it there, then pass it into the included template like this:
@include('view.name', array('some'=>'data'))
Above code snippet from http://laravel.com/docs/templates