Ejemplo n.º 1
0
 public function reports()
 {
     $reports = Report::ReportHomeClient();
     $tables = Report::ReportTableClient();
     $webs = Report::webs();
     $ads = Report::ads();
     return view('client.report', compact('reports', 'webs', 'ads', 'tables'));
 }