AppSynergy

Results 1 issues of AppSynergy

Hi, I'm trying to include data with my templates. Both of these render nothing for `{{ $title }}`: ``` @include('partials/sighting-top', array('title' => 'My Title')) // usual way @include('partials/sighting-top')->with('title','My Title') //...