App\Http\Controllers\Backend\DashboardController::index PHP 메소드

index() 공개 메소드

Display a listing of the resource.
public index ( ) : Response
리턴 Response
    public function index()
    {
        return view('backend.dashboard');
    }