Started work on SiteDetails and Setup

This commit is contained in:
Deon George
2018-07-31 14:11:00 +10:00
parent 0ce640c283
commit 1cde2a888a
24 changed files with 1373 additions and 177 deletions

View File

@@ -6,10 +6,6 @@ use Auth;
class UserServicesController extends Controller
{
public function __construct()
{
}
public function invoices()
{
return ['data'=>Auth::user()->invoices_due->values()];