added sender ID to the clients Tab in Show view plus bug fixes
This commit is contained in:
@@ -16,7 +16,7 @@ use Carbon\Carbon;
|
||||
|
||||
|
||||
class ReportsController extends Controller
|
||||
{
|
||||
{
|
||||
public function getRecentClients(){
|
||||
$data = [
|
||||
'page_title' => 'Recent Clients',
|
||||
@@ -26,6 +26,7 @@ class ReportsController extends Controller
|
||||
|
||||
}
|
||||
public function getRecentClientsJson(){
|
||||
// $period = $request->period;
|
||||
// $clients = Models\Client::where()->get();
|
||||
/*
|
||||
$clients = \DB::table('clients')
|
||||
|
||||
Reference in New Issue
Block a user