<?php /** * Created by PhpStorm. * User: ring * Date: 2019/7/11 * Time: 下午3:35 */ namespace App\Admin\Util; class Dashboard { public static function title() { return view('admin.title'); } }