public function index()
 {
     $reports = Report::ReportHomeClient();
     $mains = Report::ReportMainClient();
     return view('client.home', compact('reports', 'mains'));
 }