<?php
namespace App\Admin\Metrics;
class Dashboard
{
public static function title()
return view('admin.metrics.dashboard');
}