First experimental report generator / choice thing.

This commit is contained in:
James Cole
2015-12-03 14:52:10 +01:00
parent 1cbbf9baa4
commit 0b382426e9
3 changed files with 90 additions and 15 deletions

View File

@@ -56,7 +56,7 @@ class ReportController extends Controller
}
return view('reports.index', compact('months', 'hasShared'));
return view('reports.index', compact('months','accounts', 'hasShared','start'));
}
/**