Using datatables to render home dashboard
This commit is contained in:
@@ -8,7 +8,16 @@ class UserServicesController extends Controller
|
||||
{
|
||||
public function __construct()
|
||||
{
|
||||
//$this->middleware('auth');
|
||||
}
|
||||
|
||||
public function invoices()
|
||||
{
|
||||
return ['data'=>Auth::user()->invoices_due->values()];
|
||||
}
|
||||
|
||||
public function payments()
|
||||
{
|
||||
return ['data'=>Auth::user()->payment_history->values()];
|
||||
}
|
||||
|
||||
public function services()
|
||||
|
Reference in New Issue
Block a user